mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 23:42:07 +01:00
fix: add 'grow' class to mobile tabs for improved layout in Setup.vue
This commit is contained in:
@@ -539,7 +539,7 @@ onMounted(() => {
|
||||
|
||||
<!-- Mobile: Tabs for each section -->
|
||||
<v-col v-else cols="12">
|
||||
<v-tabs v-model="mobileTab" centered class="mb-3">
|
||||
<v-tabs v-model="mobileTab" centered grow class="mb-3">
|
||||
<v-tab
|
||||
v-if="hasExistingPlatforms"
|
||||
:value="0"
|
||||
|
||||
Reference in New Issue
Block a user