refac: styling

This commit is contained in:
Timothy J. Baek 2024-06-09 02:14:05 -07:00
parent f7de01cbc2
commit e556c02fe9
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
<div class="flex flex-col md:flex-row w-full h-full py-3 md:space-x-4">
<div
class="tabs flex flex-row overflow-x-auto space-x-1 md:space-x-0 md:space-y-1 md:flex-col md:flex-none md:w-44 dark:text-gray-200 text-xs text-left scrollbar-hidden"
class="tabs flex flex-row overflow-x-auto space-x-1 md:space-x-0 md:space-y-1 md:flex-col md:flex-none md:w-44 dark:text-gray-200 text-xs text-left scrollbar-none"
>
<button
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
@ -291,7 +291,7 @@
</button>
</div>
<div class="flex-1 mt-3 md:mt-0">
<div class="flex-1 mt-3 md:mt-0 overflow-y-scroll">
{#if selectedTab === 'general'}
<General
saveHandler={() => {

View File

@ -38,7 +38,7 @@
dispatch('save');
}}
>
<div class=" space-y-3 pr-1.5 overflow-y-scroll scrollbar-hidden">
<div class=" space-y-3 pr-1.5 overflow-y-scroll scrollbar-hidden h-full">
<div>
<div class=" mb-2.5 text-sm font-medium flex">
<div class=" mr-1">{$i18n.t('Set Task Model')}</div>