mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 01:13:39 +10:00
Fix layouting
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<ModalTemplate size-class="max-w-4xl" v-model="open">
|
<ModalTemplate size-class="max-w-4xl" v-model="open">
|
||||||
<template #default>
|
<template #default>
|
||||||
<div class="flex flex-row gap-x-4 h-96">
|
<div class="flex flex-row gap-x-4 min-h-96">
|
||||||
<nav class="flex flex-1 flex-col" aria-label="Sidebar">
|
<nav class="flex flex-1 flex-col" aria-label="Sidebar">
|
||||||
<ul role="list" class="-mx-2 space-y-1">
|
<ul role="list" class="-mx-2 space-y-1">
|
||||||
<li v-for="(tab, tabIdx) in tabs" :key="tab.name">
|
<li v-for="(tab, tabIdx) in tabs" :key="tab.name">
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="border-l-2 border-zinc-800 w-full grow pl-4 overflow-y-scroll">
|
<div class="border-l-2 border-zinc-800 w-full grow pl-4">
|
||||||
<component
|
<component
|
||||||
v-model="configuration"
|
v-model="configuration"
|
||||||
:is="tabs[currentTabIndex]?.page"
|
:is="tabs[currentTabIndex]?.page"
|
||||||
|
|||||||
Reference in New Issue
Block a user