audio player spinner margins

This commit is contained in:
Til Schmitter 2026-04-13 20:24:20 +02:00
parent 567bafc145
commit c37fe31af0

View file

@ -1003,7 +1003,8 @@ html.dz #flogout {
position: relative; position: relative;
border-radius: .3em; border-radius: .3em;
box-sizing: border-box; box-sizing: border-box;
padding: 0; margin: -3px -2px;
padding: 4px 3px;
} }
@keyframes rotate { @keyframes rotate {
@ -1013,7 +1014,6 @@ html.dz #flogout {
} }
.play .imgcontainer { .play .imgcontainer {
padding: 2px;
&::before { &::before {
content: ''; content: '';
box-sizing: border-box; box-sizing: border-box;