mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-13 16:04:05 +09:00
Fix mobile formatting issue
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user