This commit is contained in:
syuilo 2023-05-26 13:24:31 +09:00
parent 06b1250d47
commit 6cc86272f3

View file

@ -241,7 +241,7 @@ function onDrop(ev) {
height: 100%; height: 100%;
overflow: clip; overflow: clip;
contain: strict; contain: strict;
border-radius: 8px; border-radius: 10px;
&.draghover { &.draghover {
&:after { &:after {
@ -319,7 +319,7 @@ function onDrop(ev) {
z-index: 2; z-index: 2;
line-height: var(--deckColumnHeaderHeight); line-height: var(--deckColumnHeaderHeight);
height: var(--deckColumnHeaderHeight); height: var(--deckColumnHeaderHeight);
padding: 0 16px 0 28px; padding: 0 16px 0 30px;
font-size: 0.9em; font-size: 0.9em;
color: var(--panelHeaderFg); color: var(--panelHeaderFg);
background: var(--panelHeaderBg); background: var(--panelHeaderBg);
@ -330,10 +330,10 @@ function onDrop(ev) {
.color { .color {
position: absolute; position: absolute;
top: 10px; top: 12px;
left: 10px; left: 12px;
width: 3px; width: 3px;
height: calc(100% - 20px); height: calc(100% - 24px);
background: var(--accent); background: var(--accent);
border-radius: 999px; border-radius: 999px;
} }