tweak design

This commit is contained in:
kakkokari-gtyih 2024-05-21 19:52:03 +09:00
parent 1aa41cb770
commit 9377e39d4e
1 changed files with 4 additions and 4 deletions

View File

@ -1229,11 +1229,11 @@ defineExpose({
content: ''; content: '';
position: absolute; position: absolute;
top: 0; top: 0;
left: 10px; // 10px + 4px + 10px = 24px left: 9.5px; // 9.5px + 5px + 9.5px = 24px
width: 4px; width: 5px;
height: 100%; height: 100%;
background: var(--channel-color, transparent); background: var(--channel-color, transparent);
border-radius: 2px; border-radius: 2.5px;
pointer-events: none; pointer-events: none;
} }
@ -1344,7 +1344,7 @@ defineExpose({
.textOuter::before { .textOuter::before {
left: 0; left: 0;
border-radius: 0 4px 4px 0; border-radius: 0 5px 5px 0;
} }
.text { .text {