Adjust all styles for box-sizing: border-box to begin working on RWD to add Mobile support.

This commit is contained in:
Cutieguwu
2025-08-03 22:33:00 -04:00
parent 5f3a07d51f
commit 9c6b86371b
9 changed files with 294 additions and 269 deletions

View File

@@ -8,11 +8,14 @@
*/
a {
width: var(--item-size);
background-color: var(--background-2);
transition: var(--transition-fade);
margin: 0;
ion-icon {
width: var(--item-size);
}
}
a:hover {
@@ -21,8 +24,7 @@
}
.phantom {
width: var(--item-size);
height: var(--item-size);
width: calc(var(--item-size) + calc(var(--item-padding) * 2));
/*
Fake hiding the element.