Merge branch 'develop' into dependabot/pip/develop/nuitka-lte-2.6.9

pull/930/head
DJ2LS 2025-04-02 11:26:03 +02:00 committed by GitHub
commit f90337243c
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 --> <!-- 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 -->