This commit is contained in:
ThatOneCalculator 2023-01-03 10:30:42 -08:00
parent bc3442a75b
commit 2fdd015da7
No known key found for this signature in database
GPG key ID: 8703CACD01000000
3 changed files with 5 additions and 9 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "13.0.7.2",
"version": "13.0.7.3",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -40,7 +40,7 @@ const bg = {
justify-self: flex-end;
padding: .1em .7em;
border-radius: 100px;
background-color: var(--bg);
background-color: var(--accentedBg);
font-size: .8em;
text-shadow: 0 2px 2px black;

View file

@ -442,9 +442,6 @@ function readPromo() {
width: 48px;
height: 48px;
position: relative;
/* For some reason this breaks avatar
positions on notes, commenting it for now */
/* top: var(--stickyTop, 0px); */
top: 0;
left: 0;
}
@ -459,10 +456,9 @@ function readPromo() {
}
> :not(.ticker) {
grid-column: 1 / span 3;
grid-column: 1 / 3;
width: 100%;
max-width: 100%;
// overflow hidden
}
> .name, .info {
@ -474,8 +470,8 @@ function readPromo() {
align-self: flex-start;
}
> .username {
font-size: 1.1em;
> .name {
font-size: 1.2em;
}
> .ticker {