From 01000fa51844079405a1949e452a0a41c45ee1d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nile=CC=81ane?= Date: Fri, 27 Sep 2024 21:37:49 +0200 Subject: [PATCH] Fixed PM header icon --- TangerineUI-cherry.css | 3 +++ TangerineUI-lagoon.css | 3 +++ TangerineUI-purple.css | 3 +++ TangerineUI.css | 3 +++ 4 files changed, 12 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index d8576d6..394e748 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3445,6 +3445,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .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 .icon-at { + background-image: var(--icon-at-inv); +} .app-body :is(.status__wrapper-direct, .detailed-status__wrapper-direct) .status__prepend .status__prepend-icon { width: 20px; height: 20px; diff --git a/TangerineUI-lagoon.css b/TangerineUI-lagoon.css index 9c6a316..e3d6862 100644 --- a/TangerineUI-lagoon.css +++ b/TangerineUI-lagoon.css @@ -3445,6 +3445,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .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 .icon-at { + background-image: var(--icon-at-inv); +} .app-body :is(.status__wrapper-direct, .detailed-status__wrapper-direct) .status__prepend .status__prepend-icon { width: 20px; height: 20px; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 6f4cdf5..3a0af2b 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3445,6 +3445,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .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 .icon-at { + background-image: var(--icon-at-inv); +} .app-body :is(.status__wrapper-direct, .detailed-status__wrapper-direct) .status__prepend .status__prepend-icon { width: 20px; height: 20px; diff --git a/TangerineUI.css b/TangerineUI.css index 648e513..d1231f4 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3445,6 +3445,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .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 .icon-at { + background-image: var(--icon-at-inv); +} .app-body :is(.status__wrapper-direct, .detailed-status__wrapper-direct) .status__prepend .status__prepend-icon { width: 20px; height: 20px;