diff --git a/src/app.scss b/src/app.scss index 09dced1..158a93d 100644 --- a/src/app.scss +++ b/src/app.scss @@ -47,7 +47,7 @@ html { } } -@media only screen and (max-width: 1024px) { +@media only screen and (max-width: 1200px) { html { --sidebarWidth: max(250px, 20%); @@ -61,13 +61,13 @@ html { } -@media screen and (min-width: 1024px) { +@media screen and (min-width: 1200px) { .modal-card.wide { width: 960px !important; } } -@media only screen and (max-width: 1024px) { +@media only screen and (max-width: 1200px) { .chat-menu-item .chat-icon { display: none; } @@ -573,7 +573,7 @@ aside.menu.main-menu .menu-expanse { padding-right: 2px; } -@media only screen and (max-width: 1024px) { +@media only screen and (max-width: 1200px) { .main-menu .dropdown.is-right .dropdown-menu { right:auto; left:0;