fix: theme icon shift
This commit is contained in:
parent
9003d20ee3
commit
825ae15e00
4 changed files with 25 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
<li class="theme__toggle client-side">
|
||||
<span class="placeholder">
|
||||
{% tablericon "placeholder" "Toggle theme placeholder" %}
|
||||
</span>
|
||||
<span class="light">
|
||||
{% tablericon "sun" "Toggle light theme" %}
|
||||
</span>
|
||||
|
|
Reference in a new issue