mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 04:26:58 +00:00
🎨
This commit is contained in:
parent
6d90e09a58
commit
29f475b17a
1 changed files with 5 additions and 3 deletions
|
@ -132,14 +132,16 @@ watch(rootEl, () => {
|
|||
|
||||
.itemIndicator {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: -4px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
color: var(--MI_THEME-indicator);
|
||||
font-size: 16px;
|
||||
font-size: 10px;
|
||||
pointer-events: none;
|
||||
|
||||
&:has(.itemIndicateValueIcon) {
|
||||
animation: none;
|
||||
font-size: 12px;
|
||||
font-size: 8px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Reference in a new issue