Skip to content

Commit 1e871c7

Browse files
Adjusted select list class
1 parent 38ce7c1 commit 1e871c7

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/documentation/layout/AppBar.vue

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<v-spacer></v-spacer>
3030

3131
<v-select
32-
class="ma-0 pa-0 me-2"
32+
class="ma-0 pa-0 me-2 d-none d-sm-block"
3333
density="compact"
3434
hide-details
3535
:items="menuItems"
@@ -53,6 +53,17 @@
5353
</template>
5454
</v-select>
5555

56+
<v-btn
57+
class="me-2"
58+
:height="iconSize.height"
59+
:href="links.discord"
60+
icon
61+
target="_blank"
62+
:width="iconSize.width"
63+
>
64+
<fa-icon icon="fa-brands fa-discord" />
65+
</v-btn>
66+
5667
<v-btn
5768
class="me-2"
5869
:height="iconSize.height"

0 commit comments

Comments
 (0)