File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div class =" md:flex" >
3- <ul class =" flex-column space-y space-y-4 text-sm font-medium text-lightVerticalTabsText dark:text-darkVerticalTabsText md:me-4 mb-4 md:mb-0" >
3+ <ul class =" ps-6 flex-column space-y space-y-4 text-sm font-medium text-lightVerticalTabsText dark:text-darkVerticalTabsText md:me-4 mb-4 md:mb-0 md:mr-0 mr-6 " >
44 <li v-for =" tab in tabs" :key =" `${tab}-tab-controll`" >
55 <a
66 href =" #"
1313 </a >
1414 </li >
1515 </ul >
16- <div class =" ps-6 text-medium text-lightVerticalTabsSlotText dark:text-darkVerticalTabsSlotText w-full " >
16+ <div class =" ps-6 text-medium text-lightVerticalTabsSlotText dark:text-darkVerticalTabsSlotText w-full " >
1717 <slot :name =" activeTab" ></slot >
1818 </div >
1919 </div >
Original file line number Diff line number Diff line change 11<template >
2- <div class =" md:ml-4 mt-16 h-full w-full" :class =" { 'hidden': initialTabSet === false }" >
2+ <div class =" mt-16 h-full w-full" :class =" { 'hidden': initialTabSet === false }" >
33 <div v-if =" !coreStore?.config?.settingPages || coreStore?.config?.settingPages.length === 0" >
44 <p >No setting pages configured or still loading...</p >
55 </div >
You can’t perform that action at this time.
0 commit comments