fix
This commit is contained in:
parent
bc3442a75b
commit
2fdd015da7
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "13.0.7.2",
|
"version": "13.0.7.3",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -40,7 +40,7 @@ const bg = {
|
|||||||
justify-self: flex-end;
|
justify-self: flex-end;
|
||||||
padding: .1em .7em;
|
padding: .1em .7em;
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
background-color: var(--bg);
|
background-color: var(--accentedBg);
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
text-shadow: 0 2px 2px black;
|
text-shadow: 0 2px 2px black;
|
||||||
|
|
||||||
|
@ -442,9 +442,6 @@ function readPromo() {
|
|||||||
width: 48px;
|
width: 48px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
position: relative;
|
position: relative;
|
||||||
/* For some reason this breaks avatar
|
|
||||||
positions on notes, commenting it for now */
|
|
||||||
/* top: var(--stickyTop, 0px); */
|
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
@ -459,10 +456,9 @@ function readPromo() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
> :not(.ticker) {
|
> :not(.ticker) {
|
||||||
grid-column: 1 / span 3;
|
grid-column: 1 / 3;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
// overflow hidden
|
|
||||||
}
|
}
|
||||||
|
|
||||||
> .name, .info {
|
> .name, .info {
|
||||||
@ -474,8 +470,8 @@ function readPromo() {
|
|||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .username {
|
> .name {
|
||||||
font-size: 1.1em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .ticker {
|
> .ticker {
|
||||||
|
Loading…
Reference in New Issue
Block a user