mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
chore(client): tweak style
This commit is contained in:
parent
e39f762db5
commit
dc3508f784
3 changed files with 3 additions and 3 deletions
|
@ -80,7 +80,7 @@ useInterval(tick, Math.max(5000, props.refreshIntervalSec * 1000), {
|
||||||
::v-deep(.item) {
|
::v-deep(.item) {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
margin-right: 3em;
|
margin-right: 5em;
|
||||||
|
|
||||||
> .icon {
|
> .icon {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
@ -79,7 +79,7 @@ useInterval(tick, Math.max(5000, props.refreshIntervalSec * 1000), {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 0.5px;
|
width: 0.5px;
|
||||||
height: var(--height);
|
height: var(--height);
|
||||||
margin: 0 2em;
|
margin: 0 3em;
|
||||||
background: currentColor;
|
background: currentColor;
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
}
|
}
|
||||||
|
|
|
@ -104,7 +104,7 @@ useInterval(tick, Math.max(5000, props.refreshIntervalSec * 1000), {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 0.5px;
|
width: 0.5px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
margin: 0 2em;
|
margin: 0 3em;
|
||||||
background: currentColor;
|
background: currentColor;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue