Update app.scss

This commit is contained in:
Morgan 2024-02-23 06:50:03 +09:00 committed by GitHub
parent 71a8bbce7c
commit 23198ba599
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ html {
} }
} }
@media only screen and (max-width: 1024px) { @media only screen and (max-width: 1200px) {
html { html {
--sidebarWidth: max(250px, 20%); --sidebarWidth: max(250px, 20%);
@ -61,13 +61,13 @@ html {
} }
@media screen and (min-width: 1024px) { @media screen and (min-width: 1200px) {
.modal-card.wide { .modal-card.wide {
width: 960px !important; width: 960px !important;
} }
} }
@media only screen and (max-width: 1024px) { @media only screen and (max-width: 1200px) {
.chat-menu-item .chat-icon { .chat-menu-item .chat-icon {
display: none; display: none;
} }
@ -573,7 +573,7 @@ aside.menu.main-menu .menu-expanse {
padding-right: 2px; padding-right: 2px;
} }
@media only screen and (max-width: 1024px) { @media only screen and (max-width: 1200px) {
.main-menu .dropdown.is-right .dropdown-menu { .main-menu .dropdown.is-right .dropdown-menu {
right:auto; right:auto;
left:0; left:0;