diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index 0e0604e526..35213cc330 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 2fe09a057f..74d9ba5d15 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; +}