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", "name": "calckey",
"version": "13.0.7.1", "version": "13.0.7.2",
"codename": "aqua", "codename": "aqua",
"repository": { "repository": {
"type": "git", "type": "git",

View File

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

View File

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