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,