refactor: sort windi class names

This commit is contained in:
liyasthomas
2021-12-01 22:59:01 +05:30
parent 520ac8ede5
commit a508909471
91 changed files with 518 additions and 512 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div
class="flex flex-1 h-full flex-nowrap"
class="flex flex-nowrap h-full flex-1"
:class="{ 'flex-col h-auto': !vertical }"
>
<div
@@ -9,7 +9,7 @@
>
<div class="flex flex-1">
<div
class="flex justify-between flex-1"
class="flex flex-1 justify-between"
:class="{ 'flex-col': vertical }"
>
<div class="flex" :class="{ 'flex-col space-y-2 p-2': vertical }">
@@ -35,7 +35,7 @@
</span>
<span
v-if="tab.indicator"
class="w-1 h-1 ml-2 rounded-full bg-accentLight"
class="bg-accentLight rounded-full h-1 ml-2 w-1"
></span>
</button>
</div>
@@ -46,7 +46,7 @@
</div>
</div>
<div
class="w-full h-full contents"
class="h-full w-full contents"
:class="{
'!flex flex-col flex-1 overflow-y-auto hide-scrollbar': vertical,
}"
@@ -128,7 +128,7 @@ export default defineComponent({
@apply flex-shrink-0;
@apply items-center;
@apply justify-center;
@apply px-4 py-2;
@apply py-2 px-4;
@apply text-secondary;
@apply font-semibold;
@apply cursor-pointer;