more mobile adjustments

pull/925/head
DJ2LS 2025-03-26 09:11:10 +01:00
parent c5806fa3ad
commit c5eed6ff37
2 changed files with 2 additions and 2 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-11' : 'col-lg-9'"
:class="isMobile ? 'col-12' : 'col-lg-9'"
class="border-start p-0 d-flex flex-column h-100"
>
<!-- Top Navbar -->

View File

@ -20,7 +20,7 @@ const state = useStateStore(pinia);
<nav
:class="[
'navbar bg-body-secondary border-top sticky-bottom border-1 p-2',
(isMobile && chat.selectedCallsign) ? 'col-11' : 'col-12',
(isMobile && chat.selectedCallsign) ? 'col-12' : 'col-12',
'col-lg-auto'
]">
<div class="col-lg-8 col-md-9 col-sm-10 col-xs-11 col-8">