"examples/trials/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "eb65bc32e3e380fe49f9ef7f755b2ef3726c4d67"
Commit e556c02f authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: styling

parent f7de01cb
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<div class="flex flex-col md:flex-row w-full h-full py-3 md:space-x-4"> <div class="flex flex-col md:flex-row w-full h-full py-3 md:space-x-4">
<div <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 <button
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab === 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 @@ ...@@ -291,7 +291,7 @@
</button> </button>
</div> </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'} {#if selectedTab === 'general'}
<General <General
saveHandler={() => { saveHandler={() => {
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
dispatch('save'); 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>
<div class=" mb-2.5 text-sm font-medium flex"> <div class=" mb-2.5 text-sm font-medium flex">
<div class=" mr-1">{$i18n.t('Set Task Model')}</div> <div class=" mr-1">{$i18n.t('Set Task Model')}</div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment