diff --git a/public/css/tags.css b/public/css/tags.css index 93cc8b284..9a3e02064 100644 --- a/public/css/tags.css +++ b/public/css/tags.css @@ -232,18 +232,16 @@ .rm_tag_bogus_drilldown .tag:not(:first-child) { position: relative; - margin-left: calc(var(--mainFontSize) * 2); + margin-left: 1em; } .rm_tag_bogus_drilldown .tag:not(:first-child)::before { + font-family: 'Font Awesome 6 Free'; + content: "\f054"; position: absolute; - left: calc(var(--mainFontSize) * -2); - top: -1px; - content: "\21E8"; - font-size: calc(var(--mainFontSize) * 2); + left: -1em; + top: auto; color: var(--SmartThemeBodyColor); - line-height: calc(var(--mainFontSize) * 1.3); - text-align: center; text-shadow: 1px 1px 0px black, -1px -1px 0px black, -1px 1px 0px black,