From 6e061151bea1175c1bbf5f70ce5aa659b19d9263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Thu, 14 Mar 2024 17:26:19 +0100 Subject: [PATCH] Follow-up to the new post meta footer styling --- TangerineUI-cherry.css | 11 +++++++---- TangerineUI-purple.css | 11 +++++++---- TangerineUI.css | 11 +++++++---- 3 files changed, 21 insertions(+), 12 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 144aff6..f618a84 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -2529,6 +2529,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu display: flex; align-items: start; flex-flow: column; + font-size: 13px; gap: 5px; } .app-body .detailed-status__meta__line { @@ -2583,6 +2584,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu gap: 8px; width: auto; } +@media screen and (max-width:889px) { + .app-body .detailed-status__action-bar { + padding-left: 0; + padding-right: 0; + } +} .app-body .detailed-status__button { width: 40px; height: 40px; @@ -2630,10 +2637,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu position: static; gap: 4px; } -.app-body :is(.detailed-status__favorites, .detailed-status__reblogs) { - height: 15px; - line-height: 15px; -} /* Hashtag bar */ .app-body .hashtag-bar a, diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 78e0642..59adf47 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -2529,6 +2529,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu display: flex; align-items: start; flex-flow: column; + font-size: 13px; gap: 5px; } .app-body .detailed-status__meta__line { @@ -2583,6 +2584,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu gap: 8px; width: auto; } +@media screen and (max-width:889px) { + .app-body .detailed-status__action-bar { + padding-left: 0; + padding-right: 0; + } +} .app-body .detailed-status__button { width: 40px; height: 40px; @@ -2630,10 +2637,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu position: static; gap: 4px; } -.app-body :is(.detailed-status__favorites, .detailed-status__reblogs) { - height: 15px; - line-height: 15px; -} /* Hashtag bar */ .app-body .hashtag-bar a, diff --git a/TangerineUI.css b/TangerineUI.css index 1d68386..c516517 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -2529,6 +2529,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu display: flex; align-items: start; flex-flow: column; + font-size: 13px; gap: 5px; } .app-body .detailed-status__meta__line { @@ -2583,6 +2584,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu gap: 8px; width: auto; } +@media screen and (max-width:889px) { + .app-body .detailed-status__action-bar { + padding-left: 0; + padding-right: 0; + } +} .app-body .detailed-status__button { width: 40px; height: 40px; @@ -2630,10 +2637,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu position: static; gap: 4px; } -.app-body :is(.detailed-status__favorites, .detailed-status__reblogs) { - height: 15px; - line-height: 15px; -} /* Hashtag bar */ .app-body .hashtag-bar a,