mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
better display for excluded tags
This commit is contained in:
@@ -2891,13 +2891,26 @@ h5 {
|
|||||||
|
|
||||||
.tag.excluded {
|
.tag.excluded {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
filter: saturate(0.5) !important;
|
filter: saturate(0.4) !important;
|
||||||
text-decoration: line-through;
|
border: 1px solid red;
|
||||||
text-decoration-thickness: 2px;
|
}
|
||||||
text-decoration-color: var(--white70a);
|
|
||||||
outline-color: red;
|
.tag.excluded:after {
|
||||||
outline-style: solid;
|
position: absolute;
|
||||||
outline-width: 2px;
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
content: "\d7";
|
||||||
|
font-size: calc(var(--mainFontSize) *3);
|
||||||
|
color: red;
|
||||||
|
line-height: calc(var(--mainFontSize)*1.3);
|
||||||
|
text-align: center;
|
||||||
|
text-shadow: 1px 1px 0px black,
|
||||||
|
-1px -1px 0px black,
|
||||||
|
-1px 1px 0px black,
|
||||||
|
1px -1px 0px black;
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#avatarCropWrap {
|
#avatarCropWrap {
|
||||||
@@ -4677,4 +4690,4 @@ body.waifuMode #avatar_zoom_popup {
|
|||||||
#horde_model {
|
#horde_model {
|
||||||
height: unset;
|
height: unset;
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user