From 23198ba5994f91a9fbfe8e4a81d94601faf29f93 Mon Sep 17 00:00:00 2001 From: Morgan Date: Fri, 23 Feb 2024 06:50:03 +0900 Subject: [PATCH] Update app.scss --- src/app.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;