🎨 MkInstanceTicker
This commit is contained in:
parent
0f7fff3d0d
commit
19c50f5d0c
1 changed files with 8 additions and 0 deletions
|
@ -57,10 +57,16 @@ $height: 2ex;
|
||||||
0 -1px 1px #000,
|
0 -1px 1px #000,
|
||||||
.5px -.866px 1px #000,
|
.5px -.866px 1px #000,
|
||||||
.866px -.5px 1px #000;
|
.866px -.5px 1px #000;
|
||||||
|
mask-image: linear-gradient(90deg,
|
||||||
|
rgb(0,0,0),
|
||||||
|
rgb(0,0,0) calc(100% - 16px),
|
||||||
|
rgba(0,0,0,0) 100%
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
height: $height;
|
height: $height;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
|
@ -68,5 +74,7 @@ $height: 2ex;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: visible;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue