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