Add some spacing between theme toggles

Because the dark-mode widget uses shadow-dom, I'm using   to space them. Easier than trying to set margins to contents of the shadow DOM (would need to use some JS)
This commit is contained in:
Francis Lavoie 2020-03-28 16:22:58 -04:00
parent fc9c7f8d42
commit 9309e478e2
No known key found for this signature in database
GPG key ID: 7D1A27F0725BE5D8

View file

@ -47,7 +47,7 @@
<dark-mode-toggle <dark-mode-toggle
id="dark-mode-toggle-1" id="dark-mode-toggle-1"
appearance="switch" appearance="switch"
light="Light" light="Light &nbsp;&nbsp;&nbsp;&nbsp;"
dark="Dark" dark="Dark"
permanent="true" permanent="true"
style="margin: 32px 0 16px 16px;" style="margin: 32px 0 16px 16px;"