From 213a4e65b9458f75add81f2886acced86ccd158b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nile=CC=81ane?= Date: Mon, 17 Jun 2024 16:24:15 +0200 Subject: [PATCH] Styling for the new "more from author" in preview cards --- TangerineUI-cherry.css | 18 ++++++++++++++++++ TangerineUI-purple.css | 18 ++++++++++++++++++ TangerineUI.css | 18 ++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 98da08b..48aefb6 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -2944,6 +2944,24 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu margin-top: 2px; font-size: 12px; } +.app-body .status-card:has(+ .more-from-author) { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} +.app-body .status-card + .more-from-author { + background-color: var(--color-content-secondary-bg); + border: 1px solid var(--color-lines); + border-top: 0; +} +.app-body .more-from-author { + color: var(--color-content-fg); +} +.app-body .more-from-author .logo { + color: var(--color-content-fg); +} +.app-body .more-from-author a:is(:active, :hover, :focus) { + color: var(--color-accent); +} .app-body .status__content p { margin-bottom: 12px; } diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 5e19ba2..a778722 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -2944,6 +2944,24 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu margin-top: 2px; font-size: 12px; } +.app-body .status-card:has(+ .more-from-author) { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} +.app-body .status-card + .more-from-author { + background-color: var(--color-content-secondary-bg); + border: 1px solid var(--color-lines); + border-top: 0; +} +.app-body .more-from-author { + color: var(--color-content-fg); +} +.app-body .more-from-author .logo { + color: var(--color-content-fg); +} +.app-body .more-from-author a:is(:active, :hover, :focus) { + color: var(--color-accent); +} .app-body .status__content p { margin-bottom: 12px; } diff --git a/TangerineUI.css b/TangerineUI.css index cbabf55..4f6e54d 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -2944,6 +2944,24 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu margin-top: 2px; font-size: 12px; } +.app-body .status-card:has(+ .more-from-author) { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} +.app-body .status-card + .more-from-author { + background-color: var(--color-content-secondary-bg); + border: 1px solid var(--color-lines); + border-top: 0; +} +.app-body .more-from-author { + color: var(--color-content-fg); +} +.app-body .more-from-author .logo { + color: var(--color-content-fg); +} +.app-body .more-from-author a:is(:active, :hover, :focus) { + color: var(--color-accent); +} .app-body .status__content p { margin-bottom: 12px; }