Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Dec 5, 2020
1 parent af5b474 commit fbbc7d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/client/components/note.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div
class="note _panelElevated"
class="note _panel"
v-if="!muted"
v-show="!isDeleted"
:tabindex="!isDeleted ? '-1' : null"
Expand Down
10 changes: 1 addition & 9 deletions src/client/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit fbbc7d0

Please sign in to comment.