ui: simplifier general.css box-sizing

au lieu de inherit et de mettre box-sizing à html, on devrait pouvoir
simplifier comme suit.
This commit is contained in:
Victor Lacasse-Beaudoin 2024-10-09 00:39:21 -04:00
parent 7a201e28a0
commit 5ff7d0b942

View file

@ -1,11 +1,7 @@
html {
box-sizing: border-box;
}
*, *,
*:before, *:before,
*:after { *:after {
box-sizing: inherit; box-sizing: border-box;
} }
img { img {