From 479b5087620518a78add7cae180f5b6c7e7b9848 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 20 Feb 2023 21:14:35 +0200 Subject: [PATCH] fix this https://stupidpol.site/h/changelog/post/148586/message-search/3624361#context --- files/assets/css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index a2758af63..fedf070c4 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -5465,7 +5465,7 @@ video { .text-removed { color: #ffabab !important; } -.mirrored, img[alt^=":!"], img[alt^=":#!"], span[alt^=":!"], span[alt^=":#!"] { +.mirrored, img[alt^=":"][alt*="!"], span[alt^=":"][alt*="!"] { transform: scaleX(-1); -webkit-transform: scaleX(-1); } @@ -5503,11 +5503,11 @@ input[type=radio] ~ .custom-control-label::before { height: 40px !important; width: 40px !important; } -.bigemoji, .emoji-md, img[alt^=":"]:not(img[alt*="#"]) { +.bigemoji, .emoji-md, img[alt^=":"] { height: 60px; width: 60px; } -.bigemoji, .emoji-lg, img[alt^=":#"], img[alt^=":!#"] { +.bigemoji, .emoji-lg, img[alt^=":"][alt*="#"] { height: 150px; width: 150px; }