Add margin to fav button

This commit is contained in:
wvffle 2022-07-24 21:45:56 +00:00 committed by Georg Krause
parent 096ee92408
commit 3436c5b985
1 changed files with 6 additions and 2 deletions

View File

@ -321,9 +321,13 @@
cursor: pointer; cursor: pointer;
padding: 0 0.875rem; padding: 0 0.875rem;
.heart:not(.pink) { .heart {
margin-right: 1rem;
&:not(.pink) {
color: rgba(0, 0, 0, 0.2) color: rgba(0, 0, 0, 0.2)
} }
}
.handle > .grip { .handle > .grip {
pointer-events: none; pointer-events: none;