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

View File

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

View File

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