From 7525da24d2535288a61b5671de54829605076c79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nile=CC=81ane?= Date: Sun, 18 Aug 2024 14:45:42 +0200 Subject: [PATCH] Fixed #100 and #99 ("More from author" bar) --- TangerineUI-cherry.css | 7 +++++++ TangerineUI-purple.css | 7 +++++++ TangerineUI.css | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 4182ca5..542c3e2 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3010,6 +3010,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .more-from-author .logo { color: var(--color-content-fg); } +.app-body .notification-ungrouped .more-from-author :is(.account__avatar) { + width: 16px !important; + height: 16px !important; +} .app-body .more-from-author a:is(:active, :hover, :focus) { color: var(--color-accent); } @@ -3125,6 +3129,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu max-height: 450px; width: auto; } +.app-body .status--in-thread .more-from-author { + margin-inline-start: 0; +} .app-body .media-gallery__item, .app-body .media-gallery__item-thumbnail, .app-body .media-gallery__item-gifv-thumbnail { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 25213de..0ec03ed 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3010,6 +3010,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .more-from-author .logo { color: var(--color-content-fg); } +.app-body .notification-ungrouped .more-from-author :is(.account__avatar) { + width: 16px !important; + height: 16px !important; +} .app-body .more-from-author a:is(:active, :hover, :focus) { color: var(--color-accent); } @@ -3125,6 +3129,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu max-height: 450px; width: auto; } +.app-body .status--in-thread .more-from-author { + margin-inline-start: 0; +} .app-body .media-gallery__item, .app-body .media-gallery__item-thumbnail, .app-body .media-gallery__item-gifv-thumbnail { diff --git a/TangerineUI.css b/TangerineUI.css index 42ddbce..9823593 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3010,6 +3010,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .more-from-author .logo { color: var(--color-content-fg); } +.app-body .notification-ungrouped .more-from-author :is(.account__avatar) { + width: 16px !important; + height: 16px !important; +} .app-body .more-from-author a:is(:active, :hover, :focus) { color: var(--color-accent); } @@ -3125,6 +3129,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu max-height: 450px; width: auto; } +.app-body .status--in-thread .more-from-author { + margin-inline-start: 0; +} .app-body .media-gallery__item, .app-body .media-gallery__item-thumbnail, .app-body .media-gallery__item-gifv-thumbnail {