🎨
This commit is contained in:
parent
af5b4749b0
commit
fbbc7d005d
2 changed files with 2 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div
|
||||
class="note _panelElevated"
|
||||
class="note _panel"
|
||||
v-if="!muted"
|
||||
v-show="!isDeleted"
|
||||
:tabindex="!isDeleted ? '-1' : null"
|
||||
|
|
|
@ -239,16 +239,8 @@ hr {
|
|||
background: var(--panel);
|
||||
border-radius: var(--radius);
|
||||
//border: var(--panelBorder);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
// TODO: 普通のpanelとの使い分けが特に決まっていないので廃止してもいいかも?
|
||||
._panelElevated {
|
||||
@extend ._panel;
|
||||
|
||||
//position: relative;
|
||||
//z-index: 1;
|
||||
box-shadow: var(--panelShadow);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
._card {
|
||||
|
|
Loading…
Reference in a new issue