This commit is contained in:
ThatOneCalculator 2023-01-03 16:09:57 -08:00
parent 52455734c7
commit 6b7375e7c7
No known key found for this signature in database
GPG key ID: 8703CACD01000000
3 changed files with 4 additions and 7 deletions

View file

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

View file

@ -457,12 +457,6 @@ function readPromo() {
> .name, .info {
grid-row: 1;
}
> .username {
grid-row: 2;
align-self: flex-start;
margin-left: auto;
}
}
> :not(.ticker) {

View file

@ -71,6 +71,9 @@ defineProps<{
margin: 0 .5em 0 0;
overflow: hidden;
text-overflow: ellipsis;
grid-row: 2;
align-self: flex-start;
margin-left: auto;
}
> .info {