Skip to content

Commit 3691158

Browse files
committed
Fix: Make settings panel visible by removing 'hidden' class
1 parent ec3a03f commit 3691158

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h1 class="flex items-center gap-2 text-lg sm:text-xl font-semibold truncate min
6666
</div>
6767

6868
<!-- Settings Panel (extends from connection bar) -->
69-
<section id="settingsPanel" class="hidden bg-slate-800/80 border-x border-b border-slate-700 rounded-b-xl p-4 space-y-3">
69+
<section id="settingsPanel" class="bg-slate-800/80 border-x border-b border-slate-700 rounded-b-xl p-4 space-y-3">
7070
<div class="flex items-center justify-between mb-2">
7171
<h2 class="text-sm font-medium text-slate-300 uppercase tracking-wide">Settings</h2>
7272
<button id="settingsCloseBtn" class="w-8 h-8 flex items-center justify-center rounded-full text-slate-400 hover:text-slate-200 hover:bg-slate-700/50 transition-all" aria-label="Close settings">

0 commit comments

Comments
 (0)