restore the initial width on desktop

pull/195/head
Aevann 2023-08-19 03:05:43 +03:00
parent 1db546e376
commit a742bd1669
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#orgy-file-container {
position: relative;
width: -webkit-fill-available;
width: 1080px;
}
@media all and (max-width: 900px) {
#orgy-file-container {