minor style tweak to controls

This commit is contained in:
Rudis Muiznieks 2023-04-08 00:15:49 -05:00
parent 793bf10c9b
commit d7148137d6
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
1 changed files with 8 additions and 5 deletions

View File

@ -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;