fix
This commit is contained in:
parent
1392083d60
commit
bc3442a75b
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "calckey",
|
||||
"version": "13.0.7.1",
|
||||
"version": "13.0.7.2",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -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%;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue