Fix mobile formatting issue

This commit is contained in:
Webifi 2023-06-05 07:09:57 -05:00
parent 7bbddfda5d
commit f1dbf5d74d
2 changed files with 5 additions and 1 deletions

View File

@ -638,3 +638,7 @@ aside.menu.main-menu .menu-expanse {
.modal .modal-content.nomax {
max-height: none;
}
.modal.chat-settings .field-body {
max-width: calc(100% - 40px);
}

View File

@ -253,7 +253,7 @@
</script>
<!-- svelte-ignore a11y-click-events-have-key-events -->
<div class="modal" class:is-active={showSettingsModal}>
<div class="modal chat-settings" class:is-active={showSettingsModal}>
<div class="modal-background" on:click={closeSettings} />
<div class="modal-card wide" on:click={() => { showProfileMenu = false }}>
<header class="modal-card-head">