minor style tweak to controls
This commit is contained in:
parent
793bf10c9b
commit
d7148137d6
|
@ -356,8 +356,16 @@ footer > div:last-child > div {
|
|||
width: 33%;
|
||||
}
|
||||
|
||||
#controls {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
min-width: 24ex;
|
||||
gap: 0.25ex;
|
||||
}
|
||||
|
||||
#controls > * {
|
||||
vertical-align: middle;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.play svg {
|
||||
|
@ -370,11 +378,6 @@ footer > div:last-child > div {
|
|||
width: 5ex;
|
||||
}
|
||||
|
||||
#controls {
|
||||
min-width: 24ex;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#nowPlaying {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
|
|
Loading…
Reference in New Issue