This commit is contained in:
kakkokari-gtyih 2023-11-09 21:20:58 +09:00
parent 3439a29c14
commit 5fa8735cc4
6 changed files with 73 additions and 20 deletions

View file

@ -421,9 +421,9 @@ onBeforeUnmount(() => {
.indicator {
position: absolute;
top: 5px;
left: 13px;
right: 18px;
color: var(--indicator);
font-size: 12px;
font-size: 8px;
animation: blink 1s infinite;
}