diff --git a/src/app.scss b/src/app.scss index 02c589a..6f328b7 100644 --- a/src/app.scss +++ b/src/app.scss @@ -157,9 +157,9 @@ html { resize: vertical; } -$footer-padding: 1.5rem 1.5rem; -$fullhd: 2000px; -$modal-content-width: 1000px; +// $footer-padding: 1.5rem 1.5rem; +// $fullhd: 2000px; +// $modal-content-width: 1000px; @import "/node_modules/bulma/bulma.sass"; @@ -277,6 +277,12 @@ $modal-background-background-color-dark: rgba($dark, 0.86) !default; // remove t max-height: calc(100vh - 60px); overflow-y: auto; } +.modal-card .dropdown-menu .dropdown-content { + max-height: calc(100vh - 80px); +} +.modal-card { + overflow: visible; +} @media only screen and (max-width: 768px) { .main-menu .dropdown-menu .dropdown-content { @@ -594,3 +600,18 @@ aside.menu.main-menu .menu-expanse { border-top-left-radius: 0px !important; border-bottom-left-radius: 0px !important; } + +.modal-card footer { + justify-content: space-between; +} +.modal-card footer .level { + width: 100%; +} + +.modal-card header, .modal-card footer, .modal-card .notification { + padding: .8em; +} +.modal-card .notification { + margin-left: -.5em; + margin-right: -.5em; +} \ No newline at end of file diff --git a/src/lib/ChatOptionMenu.svelte b/src/lib/ChatOptionMenu.svelte index eab3d99..768611e 100644 --- a/src/lib/ChatOptionMenu.svelte +++ b/src/lib/ChatOptionMenu.svelte @@ -92,7 +92,7 @@ Chat Profile Settings
Chat Settings
-