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