From 3436c5b98593fa041a9a0c4a2ab2105686805ef1 Mon Sep 17 00:00:00 2001 From: wvffle Date: Sun, 24 Jul 2022 21:45:56 +0000 Subject: [PATCH] Add margin to fav button --- front/src/style/components/_queue.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/front/src/style/components/_queue.scss b/front/src/style/components/_queue.scss index 7a25e6803..63a071263 100644 --- a/front/src/style/components/_queue.scss +++ b/front/src/style/components/_queue.scss @@ -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 {