This commit is contained in:
ThatOneCalculator 2023-01-03 11:16:43 -08:00
parent 69c059f4f2
commit 5be509a43d
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "13.0.7.7",
"version": "13.0.7.8",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -465,9 +465,14 @@ function readPromo() {
max-width: 100%;
}
> .name, .info {
grid-row: 1;
}
> .username, .ticker {
grid-row: 2;
align-self: flex-start;
margin-left: auto;
}
> .ticker {