From de08def82fcc8a0d3da00da632e2a7f76c0f627c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nile=CC=81ane?= Date: Sun, 14 Apr 2024 02:03:00 +0200 Subject: [PATCH] Post meta footer tweaks --- TangerineUI-cherry.css | 5 +++-- TangerineUI-purple.css | 5 +++-- TangerineUI.css | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index e5fc723..a33a7f8 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -2539,7 +2539,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .detailed-status__meta { color: var(--color-content-fg); - opacity: .8; display: flex; align-items: start; flex-flow: row wrap; @@ -2556,6 +2555,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu padding-bottom: 0; gap: 6px; position: relative; + opacity: .6; } .app-body .detailed-status__meta__line:first-child { color: transparent; @@ -2571,6 +2571,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .detailed-status__meta__line:last-child { flex: 100%; + opacity: 1; } .app-body .detailed-status__application::before { content: "\00B7\00A0"; @@ -2624,7 +2625,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .detailed-status__meta .animated-number { color: var(--color-content-fg); - font-weight: 600; + font-weight: 700; } .app-body .detailed-status__meta .dropdown-menu__text-button .animated-number { font-weight: 500; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 08da72b..df10609 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -2539,7 +2539,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .detailed-status__meta { color: var(--color-content-fg); - opacity: .8; display: flex; align-items: start; flex-flow: row wrap; @@ -2556,6 +2555,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu padding-bottom: 0; gap: 6px; position: relative; + opacity: .6; } .app-body .detailed-status__meta__line:first-child { color: transparent; @@ -2571,6 +2571,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .detailed-status__meta__line:last-child { flex: 100%; + opacity: 1; } .app-body .detailed-status__application::before { content: "\00B7\00A0"; @@ -2624,7 +2625,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .detailed-status__meta .animated-number { color: var(--color-content-fg); - font-weight: 600; + font-weight: 700; } .app-body .detailed-status__meta .dropdown-menu__text-button .animated-number { font-weight: 500; diff --git a/TangerineUI.css b/TangerineUI.css index 733e634..c18c20d 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -2539,7 +2539,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .detailed-status__meta { color: var(--color-content-fg); - opacity: .8; display: flex; align-items: start; flex-flow: row wrap; @@ -2556,6 +2555,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu padding-bottom: 0; gap: 6px; position: relative; + opacity: .6; } .app-body .detailed-status__meta__line:first-child { color: transparent; @@ -2571,6 +2571,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .detailed-status__meta__line:last-child { flex: 100%; + opacity: 1; } .app-body .detailed-status__application::before { content: "\00B7\00A0"; @@ -2624,7 +2625,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .detailed-status__meta .animated-number { color: var(--color-content-fg); - font-weight: 600; + font-weight: 700; } .app-body .detailed-status__meta .dropdown-menu__text-button .animated-number { font-weight: 500;