Profile redesign: Timeline filters (#37626)

This commit is contained in:
Echo
2026-01-28 11:17:32 +01:00
committed by GitHub
parent 3f46034039
commit ec76288dff
13 changed files with 704 additions and 5 deletions

View File

@@ -68,3 +68,8 @@
:global([dir='rtl']) .input:checked + .toggle::before {
transform: translateX(calc(-1 * (var(--diameter) - (var(--padding) * 2))));
}
.wrapper {
display: inline-block;
position: relative;
}