Merge branch 'develop' into dependabot/github_actions/develop/docker/build-push-action-6

pull/932/head
DJ2LS 2025-04-02 11:25:45 +02:00 committed by GitHub
commit 946e3c18f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 -->