This commit is contained in:
ThatOneCalculator 2023-01-03 11:02:02 -08:00
parent 504f6a17ca
commit 69c059f4f2
No known key found for this signature in database
GPG key ID: 8703CACD01000000
3 changed files with 6 additions and 10 deletions

View file

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

View file

@ -453,6 +453,10 @@ function readPromo() {
> .header {
display: contents;
> .name, .info {
grid-row: 1;
}
}
> :not(.ticker) {
@ -461,19 +465,11 @@ function readPromo() {
max-width: 100%;
}
> .name, .info {
grid-row: 1;
}
> .username, .ticker {
grid-row: 2;
align-self: flex-start;
}
> .name {
font-size: 1.2em !important;
}
> .ticker {
font-size: 0.9em;
}

View file

@ -45,7 +45,7 @@ defineProps<{
margin: 0 .5em 0 0;
padding: 0;
overflow: hidden;
font-size: 1em;
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
text-overflow: ellipsis;