This commit is contained in:
WBHarry 2025-11-18 22:25:26 +01:00
parent 615b7eb4a5
commit a6931b5b89
6 changed files with 62 additions and 20 deletions

View file

@ -102,6 +102,16 @@
border: 1px solid light-dark(@dark, @beige);
border-radius: 3px;
}
.countdown-edit-loop {
position: relative;
.loop-marker {
position: absolute;
top: -4px;
font-size: 10px;
}
}
}
}