????
This commit is contained in:
parent
52455734c7
commit
6b7375e7c7
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "calckey",
|
||||
"version": "13.0.7.13",
|
||||
"version": "13.0.7.14",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -457,12 +457,6 @@ function readPromo() {
|
||||
> .name, .info {
|
||||
grid-row: 1;
|
||||
}
|
||||
|
||||
> .username {
|
||||
grid-row: 2;
|
||||
align-self: flex-start;
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
|
||||
> :not(.ticker) {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user