mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-30 09:53:58 +02:00
🎨
This commit is contained in:
@@ -132,14 +132,16 @@ watch(rootEl, () => {
|
|||||||
|
|
||||||
.itemIndicator {
|
.itemIndicator {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
bottom: -4px;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
right: 0;
|
||||||
color: var(--MI_THEME-indicator);
|
color: var(--MI_THEME-indicator);
|
||||||
font-size: 16px;
|
font-size: 10px;
|
||||||
|
pointer-events: none;
|
||||||
|
|
||||||
&:has(.itemIndicateValueIcon) {
|
&:has(.itemIndicateValueIcon) {
|
||||||
animation: none;
|
animation: none;
|
||||||
font-size: 12px;
|
font-size: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user