This commit is contained in:
ThatOneCalculator 2023-02-08 18:32:09 -08:00
parent d054ccde71
commit 351293f35b
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
2 changed files with 8 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "calckey", "name": "calckey",
"version": "13.1.3-beta1", "version": "13.1.3-beta4",
"codename": "aqua", "codename": "aqua",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -299,14 +299,6 @@ function more(ev: MouseEvent) {
} }
} }
> .info {
margin: 10px;
align-items: center;
display: flex;
padding: 10px;
justify-content: center;
}
> .icon, > .text { > .icon, > .text {
position: relative; position: relative;
left: 3rem; left: 3rem;
@ -317,7 +309,13 @@ function more(ev: MouseEvent) {
> .text { > .text {
margin-left: 1rem; margin-left: 1rem;
} }
}
> .info {
margin: 10px;
align-items: center;
display: flex;
padding: 10px;
justify-content: center;
} }
> .instance { > .instance {