disable resizing on mobile

pull/195/head
Aevann 2023-08-23 08:02:39 +03:00
parent 9fee7ad628
commit c6cd85f80f
2 changed files with 7 additions and 1 deletions

View File

@ -7718,3 +7718,10 @@ body {
border-radius: 50%;
object-fit: cover;
}
@media (max-width: 768px) {
* {
resize: none !important;
}
}

View File

@ -38,7 +38,6 @@
@media all and (max-width: 900px) {
#orgy-file-container {
width: 100% !important;
resize: none !important;
}
#orgy-title {
display: none;