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; diff --git a/src/views/Create.vue b/src/views/Create.vue index 060fb6f..f4377ba 100644 --- a/src/views/Create.vue +++ b/src/views/Create.vue @@ -37,8 +37,6 @@ {{ t('forms', 'Responses') }}