mirror of https://github.com/DJ2LS/FreeDATA.git
Merge branch 'develop' into dependabot/github_actions/develop/docker/build-push-action-6
commit
946e3c18f3
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue