Skip to content

Commit 63da6ba

Browse files
committed
style: better mobile modal styling
1 parent c735dba commit 63da6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/ModalWindow.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const emit = defineEmits(["close"]);
3131
@click="emit('close')"
3232
>
3333
<div
34-
class="bg-(--bg-color) border border-(--main-color) max-w-[60%] p-4 rounded-lg shadow-lg"
34+
class="bg-(--bg-color) border border-(--main-color) m-4 md:max-w-[80%] lg:max-w-[60%] p-4 rounded-lg shadow-lg"
3535
:style="
3636
shiftForChatList && useUiStore().chatListVisible
3737
? 'margin-left: ' + useUiStore().chatListWidth + 'px'

0 commit comments

Comments
 (0)