fix: Last.fm button gap

This commit is contained in:
Phan An 2022-04-30 13:59:37 +02:00
parent 09f4b506fa
commit 223cfd42e5
No known key found for this signature in database
GPG key ID: A81E4477F0BB6FDC

View file

@ -81,6 +81,10 @@ const disconnect = async () => {
.buttons {
margin-top: 1.25rem;
> * + * {
margin-left: 0.5rem;
}
.connect {
background: #d31f27; // Last.fm color yo!
}