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", "name": "calckey",
"version": "13.2.0-dev11", "version": "13.2.0-dev12",
"codename": "aqua", "codename": "aqua",
"repository": { "repository": {
"type": "git", "type": "git",

View File

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