mirror of
https://github.com/koel/koel
synced 2024-11-24 21:23:06 +00:00
fix: Last.fm button gap
This commit is contained in:
parent
09f4b506fa
commit
223cfd42e5
1 changed files with 4 additions and 0 deletions
|
@ -81,6 +81,10 @@ const disconnect = async () => {
|
|||
.buttons {
|
||||
margin-top: 1.25rem;
|
||||
|
||||
> * + * {
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
.connect {
|
||||
background: #d31f27; // Last.fm color yo!
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue