This commit is contained in:
Freeplay 2023-05-31 22:10:44 -04:00
parent c97c6fbe5b
commit 1548fc2f2a
2 changed files with 7 additions and 0 deletions

View File

@ -9,6 +9,7 @@
:buttons-right="buttonsRight"
:contextmenu="contextmenu"
@closed="$emit('closed')"
class="page-window"
>
<template #header>
<template v-if="pageMetadata?.value">

View File

@ -9,6 +9,7 @@
ref="rootEl"
class="ebkgocck"
:class="{ maximized }"
v-bind="$attrs"
>
<div
class="body _shadow _narrow_"
@ -596,6 +597,11 @@ defineExpose({
}
}
&.page-window > .body > .body {
background: var(--bg);
scrollbar-gutter: stable;
}
> .handle {
$size: 8px;