Skip to content
Snippets Groups Projects
Commit 19c50f5d authored by tamaina's avatar tamaina
Browse files

🎨 MkInstanceTicker

parent 0f7fff3d
No related branches found
No related tags found
No related merge requests found
...@@ -57,10 +57,16 @@ $height: 2ex; ...@@ -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; ...@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment