fixes
This commit is contained in:
parent
69c059f4f2
commit
5be509a43d
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "13.0.7.7",
|
"version": "13.0.7.8",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -465,9 +465,14 @@ 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;
|
||||||
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .ticker {
|
> .ticker {
|
||||||
|
|
Loading…
Reference in New Issue