From 9fee7ad62880535f4c17ff1a502093eaf7226283 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 23 Aug 2023 08:02:21 +0300 Subject: [PATCH] fix css rule in wrong file --- files/assets/css/chat.css | 4 ---- files/assets/css/orgy.css | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index 0e0604e52..35213cc33 100644 --- a/files/assets/css/chat.css +++ b/files/assets/css/chat.css @@ -173,7 +173,3 @@ img[alt^="![]("], .img { padding-top: 1px !important; } } - -*:not(#orgy-file-container) { - resize: none !important; -} diff --git a/files/assets/css/orgy.css b/files/assets/css/orgy.css index 2fe09a057..74d9ba5d1 100644 --- a/files/assets/css/orgy.css +++ b/files/assets/css/orgy.css @@ -65,3 +65,7 @@ body > .container { margin: 0 !important; margin-right: 0 !important; } + +*:not(#orgy-file-container) { + resize: none !important; +}