adjustment to mobile view

pull/932/head^2
DJ2LS 2025-04-02 11:16:38 +02:00
parent 1c013a71b2
commit 62ce93d11b
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ function resetChat() {
<!-- On mobile: Show if a chat is selected; On desktop: Always show -->
<div
v-if="!isMobile || chat.selectedCallsign"
:class="isMobile ? 'col-12' : 'col-lg-8 col-xl-9'"
:class="isMobile ? 'col-12' : 'col-lg-9 col-xl-9'"
class="border-start p-0 d-flex flex-column h-100"
>
<!-- Top Navbar -->