mirror of
https://github.com/directus/directus.git
synced 2026-01-22 22:38:12 -05:00
Fix detail showing up on desktop
This commit is contained in:
@@ -42,8 +42,8 @@
|
||||
<template #title:append><slot name="header:append" /></template>
|
||||
</header-bar>
|
||||
|
||||
<v-detail class="mobile-sidebar" :label="sidebarLabel">
|
||||
<nav v-if="$slots.sidebar">
|
||||
<v-detail v-if="$slots.sidebar" class="mobile-sidebar" :label="sidebarLabel">
|
||||
<nav>
|
||||
<slot name="sidebar" />
|
||||
</nav>
|
||||
</v-detail>
|
||||
@@ -213,5 +213,9 @@ body {
|
||||
background-color: var(--background-subdued);
|
||||
border-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
@include breakpoint(medium) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user