mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 15:40:57 -07:00
actually fix
This commit is contained in:
parent
c7e54f3b59
commit
57c9007bdd
2 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "calckey",
|
||||
"version": "13.0.7.9",
|
||||
"version": "13.0.7.10",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -459,6 +459,12 @@ function readPromo() {
|
|||
> .name, .info {
|
||||
grid-row: 1;
|
||||
}
|
||||
|
||||
> .username {
|
||||
grid-row: 2;
|
||||
align-self: flex-start;
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
|
||||
> :not(.ticker) {
|
||||
|
@ -471,7 +477,7 @@ function readPromo() {
|
|||
grid-row: 1;
|
||||
}
|
||||
|
||||
> .username, .ticker {
|
||||
> .ticker {
|
||||
grid-row: 2;
|
||||
align-self: flex-start;
|
||||
margin-left: auto;
|
||||
|
|
Loading…
Reference in a new issue