diff --git a/src/App.vue b/src/App.vue index 8b881c4..18fedac 100644 --- a/src/App.vue +++ b/src/App.vue @@ -189,6 +189,11 @@ html { border-bottom: 1px solid var(--color-border); font-size: 18px; font-weight: bold; + + .placeholder { + flex-grow: 1; + width: 0; + } } .app-view-content { @@ -209,4 +214,17 @@ html { } } } + +// -- Naive UI -- + +.n-drawer--right-placement { + .n-drawer-body { + height: 0; + } + + .n-drawer-body-content-wrapper { + padding: 20px !important; + line-height: 1; + } +} diff --git a/src/views/NavView/NavView.vue b/src/views/NavView/NavView.vue index f61eba8..8e880a8 100644 --- a/src/views/NavView/NavView.vue +++ b/src/views/NavView/NavView.vue @@ -1,10 +1,27 @@