This commit is contained in:
ThatOneCalculator 2023-01-03 10:16:02 -08:00
parent 1392083d60
commit bc3442a75b
No known key found for this signature in database
GPG key ID: 8703CACD01000000
3 changed files with 15 additions and 18 deletions

View file

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

View file

@ -37,22 +37,12 @@ const bg = {
$height: 1.1rem;
height: $height;
border-radius: 4px 0 0 4px;
overflow: hidden;
color: #fff;
text-shadow: /* .866 ≈ sin(60deg) */
1px 0 1px #000,
.866px .5px 1px #000,
.5px .866px 1px #000,
0 1px 1px #000,
-.5px .866px 1px #000,
-.866px .5px 1px #000,
-1px 0 1px #000,
-.866px -.5px 1px #000,
-.5px -.866px 1px #000,
0 -1px 1px #000,
.5px -.866px 1px #000,
.866px -.5px 1px #000;
justify-self: flex-end;
padding: .1em .7em;
border-radius: 100px;
background-color: var(--bg);
font-size: .8em;
text-shadow: 0 2px 2px black;
> .icon {
height: 100%;

View file

@ -471,10 +471,17 @@ function readPromo() {
> .username, .ticker {
grid-row: 2;
font-size: .9em;
align-self: flex-start;
}
> .username {
font-size: 1.1em;
}
> .ticker {
font-size: 0.9em;
}
> .body {
margin-top: .2em;
overflow: hidden;