Skip to content

Commit a93c4eb

Browse files
fix(Header): adjust content for sm and xs screen sizes
1 parent 959dcb4 commit a93c4eb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

app/components/Header.vue

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ const slideOverOpen = ref(false)
120120
{{ $t("search") }}
121121
</span>
122122
<UKbd
123+
class="hidden sm:flex"
123124
value="s"
124125
variant="outline"
125126
/>
@@ -197,6 +198,7 @@ const slideOverOpen = ref(false)
197198
/> -->
198199

199200
<UButton
201+
class="hidden xs:flex"
200202
trailing-icon="mdi:github"
201203
color="primary"
202204
variant="soft"
@@ -205,6 +207,15 @@ const slideOverOpen = ref(false)
205207
target="_blank"
206208
label="Github"
207209
/>
210+
<UButton
211+
class="xs:hidden"
212+
trailing-icon="mdi:github"
213+
color="primary"
214+
variant="soft"
215+
size="xl"
216+
to="https://github.com/WIKA-Group/iiot_toolbox"
217+
target="_blank"
218+
/>
208219
<UButton
209220
:icon="isDark ? 'mdi:weather-sunny' : 'mdi:weather-night'"
210221
color="primary"

0 commit comments

Comments
 (0)