Fix theme selector for RTL.

This commit is contained in:
Eric Huss 2023-09-02 16:43:21 -07:00
parent b871676def
commit fb272d1afa
1 changed files with 1 additions and 1 deletions

View File

@ -582,6 +582,6 @@ ul#searchresults span.teaser em {
.theme-selected::before { .theme-selected::before {
display: inline-block; display: inline-block;
content: "✓"; content: "✓";
margin-left: -14px; margin-inline-start: -14px;
width: 14px; width: 14px;
} }