mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Adjust drilldown arrow style
This thing was huge
This commit is contained in:
@ -232,18 +232,16 @@
|
|||||||
|
|
||||||
.rm_tag_bogus_drilldown .tag:not(:first-child) {
|
.rm_tag_bogus_drilldown .tag:not(:first-child) {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-left: calc(var(--mainFontSize) * 2);
|
margin-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rm_tag_bogus_drilldown .tag:not(:first-child)::before {
|
.rm_tag_bogus_drilldown .tag:not(:first-child)::before {
|
||||||
|
font-family: 'Font Awesome 6 Free';
|
||||||
|
content: "\f054";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: calc(var(--mainFontSize) * -2);
|
left: -1em;
|
||||||
top: -1px;
|
top: auto;
|
||||||
content: "\21E8";
|
|
||||||
font-size: calc(var(--mainFontSize) * 2);
|
|
||||||
color: var(--SmartThemeBodyColor);
|
color: var(--SmartThemeBodyColor);
|
||||||
line-height: calc(var(--mainFontSize) * 1.3);
|
|
||||||
text-align: center;
|
|
||||||
text-shadow: 1px 1px 0px black,
|
text-shadow: 1px 1px 0px black,
|
||||||
-1px -1px 0px black,
|
-1px -1px 0px black,
|
||||||
-1px 1px 0px black,
|
-1px 1px 0px black,
|
||||||
|
Reference in New Issue
Block a user