mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Tag Folders: Improve global tag filters
- Update global tag filters to three-state filters - Add filter for folders (showing empty folders or no folders) - Final fix of filtering (should be correct now)
This commit is contained in:
@@ -160,11 +160,11 @@
|
||||
|
||||
.tag.excluded::after {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
height: calc(var(--mainFontSize)*1.5);
|
||||
left: 0;
|
||||
right: 0;
|
||||
content: "\d7";
|
||||
pointer-events: none;
|
||||
font-size: calc(var(--mainFontSize) *3);
|
||||
color: red;
|
||||
line-height: calc(var(--mainFontSize)*1.3);
|
||||
|
Reference in New Issue
Block a user