tailwind 3 upgrade part 3

This commit is contained in:
Čarodej
2022-01-28 16:32:01 +01:00
parent 854ae6d8fd
commit dcba1e8407
29 changed files with 55 additions and 59 deletions

View File

@@ -1,5 +1,5 @@
<template>
<section class="content-sidebar flex-none xl:w-48 w-40 lg:block hidden overflow-y-auto pt-6 select-none dark:bg-dark-background bg-light-background z-10" id="content-sidebar">
<section class="content-sidebar flex-none xl:w-56 w-52 lg:block hidden overflow-y-auto pt-6 select-none dark:bg-dark-background bg-light-background z-10" id="content-sidebar">
<slot></slot>
</section>
</template>