chore: bigger buttons on mobile device

This commit is contained in:
Yifei Zhang
2023-03-20 16:51:20 +00:00
parent ca679e86b4
commit 173fe0d7e3
3 changed files with 17 additions and 7 deletions

View File

@@ -30,6 +30,12 @@
align-items: center;
}
@media only screen and (max-width: 600px) {
.icon-button {
padding: 16px;
}
}
@mixin dark-button {
div:not(:global(.no-dark))>.icon-button-icon {
filter: invert(0.5);