fix: mobile button alignment

This commit is contained in:
ThatOneCalculator 2023-03-19 00:12:24 -07:00
parent 3066d6079a
commit 2ea458e2db
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 3 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "13.2.0-dev11",
"version": "13.2.0-dev12",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -376,10 +376,8 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
}
> .button-wrapper {
> i {
transform: translateY(0.05em);
}
display: inline-flex;
justify-content: center;
&.on {
background-color: var(--accentedBg);