ajustement alignement toggle-mode ordi fix #42

This commit is contained in:
antonin gallon 2025-11-28 18:25:43 +01:00
parent 8e9464f248
commit 20e305744f
22 changed files with 3354 additions and 4 deletions

View file

@ -4,6 +4,7 @@
bottom: 0;
padding: calc((var(--unit--vertical) / 2) / 2) calc(var(--unit--horizontal) / 2);
margin: calc((var(--unit--vertical) / 2) / 2) calc(var(--unit--horizontal) / 2);
margin-bottom: calc(var(--unit--vertical) - ((var(--unit--vertical) / 2) / 2));
z-index: 100;
}
.theme-toggler-icon {
@ -19,9 +20,12 @@
-webkit-mask: var(--icon-theme-toggler) no-repeat center;
}
@media screen and (max-width: 640px) {
.theme-toggler-icon {
width: 1.1rem;
height: 1.1rem;
}
.theme-toggler{
margin-bottom: calc((var(--unit--vertical) / 2) / 2);
}
.theme-toggler-icon {
width: 1.1rem;
height: 1.1rem;
}
}