alignement du toggle, j'ai l'impression que ça faiat milles fois que je le fait je ne comprend pas

This commit is contained in:
antonin gallon 2025-12-03 16:50:47 +01:00
parent d4d1d70804
commit 0a92094e53

View file

@ -18,10 +18,16 @@
mask: var(--icon-theme-toggler) no-repeat center;
-webkit-mask: var(--icon-theme-toggler) no-repeat center;
}
@media screen and (min-width: 641px) {
.theme-toggler-icon {
padding-bottom: calc(var(--unit--vertical) - (var(--unit--vertical) / 4));
}
}
@media screen and (max-width: 640px) {
.theme-toggler-icon {
width: 1.1rem;
height: 1.1rem;
}
}