Fix mobile formatting issue
This commit is contained in:
parent
7bbddfda5d
commit
f1dbf5d74d
|
@ -638,3 +638,7 @@ aside.menu.main-menu .menu-expanse {
|
||||||
.modal .modal-content.nomax {
|
.modal .modal-content.nomax {
|
||||||
max-height: none;
|
max-height: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal.chat-settings .field-body {
|
||||||
|
max-width: calc(100% - 40px);
|
||||||
|
}
|
||||||
|
|
|
@ -253,7 +253,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
<!-- 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-background" on:click={closeSettings} />
|
||||||
<div class="modal-card wide" on:click={() => { showProfileMenu = false }}>
|
<div class="modal-card wide" on:click={() => { showProfileMenu = false }}>
|
||||||
<header class="modal-card-head">
|
<header class="modal-card-head">
|
||||||
|
|
Loading…
Reference in New Issue