diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 7bccda5..f1da42e 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3082,6 +3082,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .more-from-author .logo { color: var(--color-content-fg); + width: 16px; } .app-body .notification-ungrouped .more-from-author :is(.account__avatar) { width: 16px !important; @@ -3441,13 +3442,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body :is(.status__wrapper-direct):not(:has(.status__line)) .status__prepend { margin-inline-start: 66px; } -.app-body :is(.status__wrapper-direct, .detailed-status__wrapper-direct) .status__prepend .status__prepend__icon { - width: 20px; +.app-body :is(.status__wrapper-direct, .detailed-status__wrapper-direct) .status__prepend .status__prepend-icon-wrapper { height: 20px; } -.app-body :is(.status__wrapper-direct, .detailed-status__wrapper-direct) .status__prepend .status__prepend__icon svg { +.app-body :is(.status__wrapper-direct, .detailed-status__wrapper-direct) .status__prepend .status__prepend-icon { + width: 20px; + height: 20px; transform: scale(.85); - background-image: var(--icon-at-inv); } .app-body :is(.status__wrapper-direct, .detailed-status__wrapper-direct) .status__prepend > span { color: var(--color-accent-fg); diff --git a/TangerineUI-lagoon.css b/TangerineUI-lagoon.css index 3e4ea4c..ba7bc9d 100644 --- a/TangerineUI-lagoon.css +++ b/TangerineUI-lagoon.css @@ -3082,6 +3082,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .more-from-author .logo { color: var(--color-content-fg); + width: 16px; } .app-body .notification-ungrouped .more-from-author :is(.account__avatar) { width: 16px !important; @@ -3441,13 +3442,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body :is(.status__wrapper-direct):not(:has(.status__line)) .status__prepend { margin-inline-start: 66px; } -.app-body :is(.status__wrapper-direct, .detailed-status__wrapper-direct) .status__prepend .status__prepend__icon { - width: 20px; +.app-body :is(.status__wrapper-direct, .detailed-status__wrapper-direct) .status__prepend .status__prepend-icon-wrapper { height: 20px; } -.app-body :is(.status__wrapper-direct, .detailed-status__wrapper-direct) .status__prepend .status__prepend__icon svg { +.app-body :is(.status__wrapper-direct, .detailed-status__wrapper-direct) .status__prepend .status__prepend-icon { + width: 20px; + height: 20px; transform: scale(.85); - background-image: var(--icon-at-inv); } .app-body :is(.status__wrapper-direct, .detailed-status__wrapper-direct) .status__prepend > span { color: var(--color-accent-fg); diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index a3fe393..8cc8420 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3082,6 +3082,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .more-from-author .logo { color: var(--color-content-fg); + width: 16px; } .app-body .notification-ungrouped .more-from-author :is(.account__avatar) { width: 16px !important; @@ -3441,13 +3442,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body :is(.status__wrapper-direct):not(:has(.status__line)) .status__prepend { margin-inline-start: 66px; } -.app-body :is(.status__wrapper-direct, .detailed-status__wrapper-direct) .status__prepend .status__prepend__icon { - width: 20px; +.app-body :is(.status__wrapper-direct, .detailed-status__wrapper-direct) .status__prepend .status__prepend-icon-wrapper { height: 20px; } -.app-body :is(.status__wrapper-direct, .detailed-status__wrapper-direct) .status__prepend .status__prepend__icon svg { +.app-body :is(.status__wrapper-direct, .detailed-status__wrapper-direct) .status__prepend .status__prepend-icon { + width: 20px; + height: 20px; transform: scale(.85); - background-image: var(--icon-at-inv); } .app-body :is(.status__wrapper-direct, .detailed-status__wrapper-direct) .status__prepend > span { color: var(--color-accent-fg); diff --git a/TangerineUI.css b/TangerineUI.css index 0f9231a..f4cecc5 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3082,6 +3082,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .more-from-author .logo { color: var(--color-content-fg); + width: 16px; } .app-body .notification-ungrouped .more-from-author :is(.account__avatar) { width: 16px !important; @@ -3441,13 +3442,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body :is(.status__wrapper-direct):not(:has(.status__line)) .status__prepend { margin-inline-start: 66px; } -.app-body :is(.status__wrapper-direct, .detailed-status__wrapper-direct) .status__prepend .status__prepend__icon { - width: 20px; +.app-body :is(.status__wrapper-direct, .detailed-status__wrapper-direct) .status__prepend .status__prepend-icon-wrapper { height: 20px; } -.app-body :is(.status__wrapper-direct, .detailed-status__wrapper-direct) .status__prepend .status__prepend__icon svg { +.app-body :is(.status__wrapper-direct, .detailed-status__wrapper-direct) .status__prepend .status__prepend-icon { + width: 20px; + height: 20px; transform: scale(.85); - background-image: var(--icon-at-inv); } .app-body :is(.status__wrapper-direct, .detailed-status__wrapper-direct) .status__prepend > span { color: var(--color-accent-fg);