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;