We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3a03f commit 3691158Copy full SHA for 3691158
1 file changed
index.html
@@ -66,7 +66,7 @@ <h1 class="flex items-center gap-2 text-lg sm:text-xl font-semibold truncate min
66
</div>
67
68
<!-- 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">
+ <section id="settingsPanel" class="bg-slate-800/80 border-x border-b border-slate-700 rounded-b-xl p-4 space-y-3">
70
<div class="flex items-center justify-between mb-2">
71
<h2 class="text-sm font-medium text-slate-300 uppercase tracking-wide">Settings</h2>
72
<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