diff --git a/src/components/TopBar.vue b/src/components/TopBar.vue index 0176139..83859cf 100644 --- a/src/components/TopBar.vue +++ b/src/components/TopBar.vue @@ -51,7 +51,7 @@ $top-bar-height: 60px; button { cursor: pointer; - &:not(.primary) { + &:not(:first-child) { width: 44px; height: 44px; border: none; diff --git a/src/views/Create.vue b/src/views/Create.vue index 25817c1..c1e8364 100644 --- a/src/views/Create.vue +++ b/src/views/Create.vue @@ -36,8 +36,8 @@ -