mirror of https://github.com/DJ2LS/FreeDATA.git
more mobile adjustments
parent
c5806fa3ad
commit
c5eed6ff37
|
@ -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 -->
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue