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:
parent
d4d1d70804
commit
0a92094e53
1 changed files with 10 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue