Update 0BDFDB.raw.css

This commit is contained in:
Mirco Wittrien 2024-08-10 11:37:13 +02:00
parent 05a0c7d414
commit c86d04d10a
1 changed files with 8 additions and 0 deletions

View File

@ -114,6 +114,14 @@ img:not([src]), img[src=""], img[src="null"] {
opacity: .4;
}
[REPLACE_CLASS_subtext] {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
color: var(--header-secondary);
line-height: 13px;
}
[REPLACE_CLASS_marginleft4] {
margin-left: 4px;
}