fix css rule in wrong file

pull/195/head
Aevann 2023-08-23 08:02:21 +03:00
parent 271f317dfe
commit 9fee7ad628
2 changed files with 4 additions and 4 deletions

View File

@ -173,7 +173,3 @@ img[alt^="![]("], .img {
padding-top: 1px !important;
}
}
*:not(#orgy-file-container) {
resize: none !important;
}

View File

@ -65,3 +65,7 @@ body > .container {
margin: 0 !important;
margin-right: 0 !important;
}
*:not(#orgy-file-container) {
resize: none !important;
}