From 3be5fc129a8cbe6b7bad81fcabe2927ef1f39594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Fri, 15 Dec 2023 00:04:29 +0100 Subject: [PATCH] Restored tighter gap between thread line and avatar --- TangerineUI-cherry.css | 6 +++--- TangerineUI-purple.css | 6 +++--- TangerineUI.css | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index b6ddd13..3dec9dd 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -1291,7 +1291,7 @@ body.app-body { margin-bottom: -10px; z-index: 2; border-radius: 50%; - box-shadow: 0 0 0 9px var(--color-content-bg); + box-shadow: 0 0 0 6px var(--color-content-bg); transition: box-shadow .3s; } .app-body .reply-indicator__content, @@ -1440,11 +1440,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu background: var(--color-content-bg-focus); } .app-body .status__wrapper:has(.status__content:hover) .status__avatar { - box-shadow: 0 0 0 9px var(--color-content-bg-focus); + box-shadow: 0 0 0 6px var(--color-content-bg-focus); } } .app-body :is(.status__wrapper.focusable, .detailed-status__wrapper.focusable):focus .status__avatar { - box-shadow: 0 0 0 9px var(--color-content-bg-focus); + box-shadow: 0 0 0 6px var(--color-content-bg-focus); } /* 👁️ Post detailed view */ diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 9c8e77e..3495e55 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -1290,7 +1290,7 @@ body.app-body { margin-bottom: -10px; z-index: 2; border-radius: 50%; - box-shadow: 0 0 0 9px var(--color-content-bg); + box-shadow: 0 0 0 6px var(--color-content-bg); transition: box-shadow .3s; } .app-body .reply-indicator__content, @@ -1439,11 +1439,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu background: var(--color-content-bg-focus); } .app-body .status__wrapper:has(.status__content:hover) .status__avatar { - box-shadow: 0 0 0 9px var(--color-content-bg-focus); + box-shadow: 0 0 0 6px var(--color-content-bg-focus); } } .app-body :is(.status__wrapper.focusable, .detailed-status__wrapper.focusable):focus .status__avatar { - box-shadow: 0 0 0 9px var(--color-content-bg-focus); + box-shadow: 0 0 0 6px var(--color-content-bg-focus); } /* 👁️ Post detailed view */ diff --git a/TangerineUI.css b/TangerineUI.css index dc70898..3258bb3 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -1290,7 +1290,7 @@ body.app-body { margin-bottom: -10px; z-index: 2; border-radius: 50%; - box-shadow: 0 0 0 9px var(--color-content-bg); + box-shadow: 0 0 0 6px var(--color-content-bg); transition: box-shadow .3s; } .app-body .reply-indicator__content, @@ -1439,11 +1439,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu background: var(--color-content-bg-focus); } .app-body .status__wrapper:has(.status__content:hover) .status__avatar { - box-shadow: 0 0 0 9px var(--color-content-bg-focus); + box-shadow: 0 0 0 6px var(--color-content-bg-focus); } } .app-body :is(.status__wrapper.focusable, .detailed-status__wrapper.focusable):focus .status__avatar { - box-shadow: 0 0 0 9px var(--color-content-bg-focus); + box-shadow: 0 0 0 6px var(--color-content-bg-focus); } /* 👁️ Post detailed view */