mirror of
https://github.com/zadam/trilium.git
synced 2025-12-10 17:34:24 +01:00
Fixed Rainbow Overflow
This commit is contained in:
parent
dc04c9fa9b
commit
4ef76b95d2
@ -250,8 +250,11 @@ body.theme-darkRainbow span.fancytree-active:not(.fancytree-focused) .fancytree-
|
|||||||
background-clip: text !important;
|
background-clip: text !important;
|
||||||
-webkit-background-clip: text !important;
|
-webkit-background-clip: text !important;
|
||||||
-webkit-text-fill-color: transparent !important;
|
-webkit-text-fill-color: transparent !important;
|
||||||
font-size: 1.2rem;
|
font-size: 1.1rem;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
width: 11em;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: clip;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user