correction bouton du bas telephone, placement z-index

This commit is contained in:
antonin gallon 2025-11-24 11:58:20 +01:00
parent 57b2e432e2
commit 00ffa70d4c
6 changed files with 58 additions and 28 deletions

View file

@ -2,9 +2,9 @@
position: fixed;
right: 0;
bottom: 0;
padding: var(--unit--vertical) var(--unit--horizontal);
}
.theme-toggler > *{
padding: calc((var(--unit--vertical) / 2) / 2) calc(var(--unit--horizontal) / 2);
margin: calc((var(--unit--vertical) / 2) / 2) calc(var(--unit--horizontal) / 2);
z-index: 100;
}
.theme-toggler-icon {
width: 1.2rem;
@ -17,4 +17,11 @@
mask: var(--icon-theme-toggler) no-repeat center;
-webkit-mask: var(--icon-theme-toggler) no-repeat center;
}
@media screen and (max-width: 640px) {
.theme-toggler-icon {
width: 1.1rem;
height: 1.1rem;
}
}