mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-28 23:08:12 +09:00
Fix #10219
This commit is contained in:
parent
4fb9b0bbf7
commit
5417a97255
@ -9,6 +9,7 @@
|
||||
:buttons-right="buttonsRight"
|
||||
:contextmenu="contextmenu"
|
||||
@closed="$emit('closed')"
|
||||
class="page-window"
|
||||
>
|
||||
<template #header>
|
||||
<template v-if="pageMetadata?.value">
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user