style
This commit is contained in:
parent
d054ccde71
commit
351293f35b
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "13.1.3-beta1",
|
"version": "13.1.3-beta4",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -299,14 +299,6 @@ function more(ev: MouseEvent) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> .info {
|
|
||||||
margin: 10px;
|
|
||||||
align-items: center;
|
|
||||||
display: flex;
|
|
||||||
padding: 10px;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
> .icon, > .text {
|
> .icon, > .text {
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 3rem;
|
left: 3rem;
|
||||||
|
@ -317,7 +309,13 @@ function more(ev: MouseEvent) {
|
||||||
> .text {
|
> .text {
|
||||||
margin-left: 1rem;
|
margin-left: 1rem;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
> .info {
|
||||||
|
margin: 10px;
|
||||||
|
align-items: center;
|
||||||
|
display: flex;
|
||||||
|
padding: 10px;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .instance {
|
> .instance {
|
||||||
|
|
Loading…
Reference in New Issue