Fix: Radio sidebar close + topbar layout consistency
1. FAB button (favorites star) now hidden when any panel is open. Previously the FAB (z-index:20) covered the panel close button (z-index:15), making it impossible to close the station sidebar. 2. Added margin-left:auto to radio-topbar-right so theme dots always stay right-aligned. Previously they sat left when no station was playing (missing flex:1 now-playing spacer). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b4f3c7db4d
commit
262cc9f213
2 changed files with 11 additions and 8 deletions
|
|
@ -462,6 +462,7 @@ html, body {
|
|||
align-items: center;
|
||||
gap: 6px;
|
||||
flex-shrink: 0;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.radio-topbar-stop {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue