Skip to content

Commit b3fd554

Browse files
committed
Remove stepper and preview drawer button from xs screens
1 parent d2a1264 commit b3fd554

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
type="a"
2222
/>
2323
<q-btn
24-
class="lt-lg"
24+
class="lt-lg gt-xs"
2525
icon="menu"
2626
v-on:click="$emit('togglePreview')"
2727
>

src/components/Stepper.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<q-stepper
33
animated
44
color="primary"
5-
class="bg-secondary col-12 col-sm-2 text-primary"
5+
class="bg-secondary col-12 col-sm-2 gt-xs text-primary"
66
error-color="negative"
77
error-icon="warning"
88
flat

0 commit comments

Comments
 (0)