From 4b2e92feefff0c860bb854b024931da12df8c761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 6 May 2020 12:49:51 +0200 Subject: [PATCH] Revert topbar changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- src/components/TopBar.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/components/TopBar.vue b/src/components/TopBar.vue index 711ddb8..57709da 100644 --- a/src/components/TopBar.vue +++ b/src/components/TopBar.vue @@ -51,15 +51,9 @@ $top-bar-height: 60px; button { cursor: pointer; - min-height: 44px; // Fix button having too little spacing left and right of text - &:not(.button-small) { - padding-left: 16px; - padding-right: 16px; - } - - &.button-small { + &:not(:first-child) { width: 44px; height: 44px; border: none;