Skip to content

Commit 006005d

Browse files
committed
Refactor header layout for improved responsiveness and visual consistency
1 parent 0e93e7a commit 006005d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
<div class="w-full max-w-xl space-y-2">
3535

3636
<!-- App Title -->
37-
<header class="flex items-center justify-between">
38-
<h1 class="flex items-center gap-2 text-xl font-semibold">
39-
<img class="h-8 w-8" src="content/wardrive.png" alt="MeshCore" />
40-
MeshCore Wardrive
37+
<header class="flex items-center justify-between gap-2">
38+
<h1 class="flex items-center gap-2 text-lg sm:text-xl font-semibold truncate min-w-0">
39+
<img class="h-6 w-6 sm:h-8 sm: w-8 flex-shrink-0" src="content/wardrive.png" alt="MeshCore" />
40+
<span class="truncate">MeshCore Wardrive</span>
4141
</h1>
42-
<span id="appVersion" class="text-xs text-slate-400">v1.0</span>
42+
<span id="appVersion" class="text-xs text-slate-400 flex-shrink-0 whitespace-nowrap">v1.0</span>
4343
</header>
44-
44+
4545
<!-- Connection Status Bar with Settings Panel -->
4646
<div>
4747
<!-- Connection Status Bar -->

0 commit comments

Comments
 (0)