mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-10 00:50:43 +01:00
Adjust drilldown arrow style
This thing was huge
This commit is contained in:
parent
c58fcfd4da
commit
e99baac9c0
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user