mirror of
https://github.com/SuperBFG7/ympd
synced 2026-09-25 02:11:41 +00:00
Separate song info box and queue list
Fix position of song info box and control buttons (don't scroll out of screen)
This commit is contained in:
+5
-1
@@ -27,7 +27,6 @@ button {
|
||||
|
||||
#breadcrump {
|
||||
display: block;
|
||||
|
||||
overflow: auto;
|
||||
white-space: nowrap;
|
||||
}
|
||||
@@ -165,3 +164,8 @@ button {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.sticky {
|
||||
position: sticky;
|
||||
top: 55px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user