ironbar: more styling
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2023-06-19 07:39:37 -04:00
parent f9ac3e5260
commit 45359315e5
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -118,18 +118,12 @@ $crust: #11111b;
color: $base; color: $base;
} }
.controls { .controls {
.btn-prev { .btn-prev,
padding: 0.3rem; .btn-play,
} .btn-pause,
.btn-play {
padding: 0.3rem;
}
.btn-pause {
padding: 0.3rem;
}
.btn-next { .btn-next {
padding: 0.3rem; padding: 0.3rem;
margin-left: 0.6rem;
} }
} }
} }