diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index f348d41..9cd2635 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -5412,7 +5412,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .notification-ungrouped--mention:not(.notification-ungrouped--direct) .notification-ungrouped__header { display: none; } -.app-body .notification-group__icon { +.app-body :is(.notification-group__icon, .notification-ungrouped__header__icon) { width: 46px; height: 28px; justify-content: end; diff --git a/TangerineUI-lagoon.css b/TangerineUI-lagoon.css index 5bb86b7..48355cd 100644 --- a/TangerineUI-lagoon.css +++ b/TangerineUI-lagoon.css @@ -5412,7 +5412,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .notification-ungrouped--mention:not(.notification-ungrouped--direct) .notification-ungrouped__header { display: none; } -.app-body .notification-group__icon { +.app-body :is(.notification-group__icon, .notification-ungrouped__header__icon) { width: 46px; height: 28px; justify-content: end; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 77d8371..fc1a378 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -5412,7 +5412,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .notification-ungrouped--mention:not(.notification-ungrouped--direct) .notification-ungrouped__header { display: none; } -.app-body .notification-group__icon { +.app-body :is(.notification-group__icon, .notification-ungrouped__header__icon) { width: 46px; height: 28px; justify-content: end; diff --git a/TangerineUI.css b/TangerineUI.css index 02f63bb..b649e9a 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -5412,7 +5412,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .notification-ungrouped--mention:not(.notification-ungrouped--direct) .notification-ungrouped__header { display: none; } -.app-body .notification-group__icon { +.app-body :is(.notification-group__icon, .notification-ungrouped__header__icon) { width: 46px; height: 28px; justify-content: end;