fix: 💄 make fullPageHeader on MkDrive look like standard MkPageHeader

This commit is contained in:
ThatOneCalculator 2023-12-05 19:41:45 -08:00
parent 6d602fa80a
commit a6df31606c
No known key found for this signature in database
GPG Key ID: 8703CACD01000000

View File

@ -1,6 +1,12 @@
<template> <template>
<div class="yfudmmck"> <div class="yfudmmck">
<nav :style="fullPageHeader ? '' : { position: 'fixed' }"> <nav
:style="
fullPageHeader
? { 'padding-inline': '24px', height: '55px' }
: { position: 'fixed' }
"
>
<div class="path" @contextmenu.prevent.stop="() => {}"> <div class="path" @contextmenu.prevent.stop="() => {}">
<XNavFolder <XNavFolder
:class="{ current: folder == null }" :class="{ current: folder == null }"
@ -800,6 +806,7 @@ onBeforeUnmount(() => {
vertical-align: bottom; vertical-align: bottom;
line-height: 42px; line-height: 42px;
white-space: nowrap; white-space: nowrap;
align-self: center;
> * { > * {
display: inline-block; display: inline-block;