mirror of https://github.com/DJ2LS/FreeDATA.git
Merge branch 'develop' into dependabot/pip/develop/nuitka-lte-2.6.9
commit
f90337243c
|
@ -87,7 +87,7 @@ function resetChat() {
|
||||||
<!-- On mobile: Show if a chat is selected; On desktop: Always show -->
|
<!-- On mobile: Show if a chat is selected; On desktop: Always show -->
|
||||||
<div
|
<div
|
||||||
v-if="!isMobile || chat.selectedCallsign"
|
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"
|
class="border-start p-0 d-flex flex-column h-100"
|
||||||
>
|
>
|
||||||
<!-- Top Navbar -->
|
<!-- Top Navbar -->
|
||||||
|
|
Loading…
Reference in New Issue