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,8 +321,12 @@
cursor: pointer;
padding: 0 0.875rem;
.heart:not(.pink) {
color: rgba(0, 0, 0, 0.2)
.heart {
margin-right: 1rem;
&:not(.pink) {
color: rgba(0, 0, 0, 0.2)
}
}
.handle > .grip {