mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
audio player spinner margins
This commit is contained in:
parent
567bafc145
commit
c37fe31af0
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue