diff options
Diffstat (limited to 'layouts/partials/site-actions.html')
-rw-r--r-- | layouts/partials/site-actions.html | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/layouts/partials/site-actions.html b/layouts/partials/site-actions.html index b9afa66..ac9013a 100644 --- a/layouts/partials/site-actions.html +++ b/layouts/partials/site-actions.html | |||
@@ -1,12 +1,18 @@ | |||
1 | <div id="actions" class="fixed flex row aligned right"> | 1 | <div id="actions" class="fixed flex row aligned right"> |
2 | <button id="darkmode">Dark Mode</button> | 2 | <button id="darkmode"> |
3 | <span class="icon" id="lightmode-icon"> | ||
4 | {{ partial "func/GetSvg" "Lightmode.svg" }} | ||
5 | </span> | ||
6 | <span class="icon hide" id="darkmode-icon"> | ||
7 | {{ partial "func/GetSvg" "Darkmode.svg" }} | ||
8 | </span> | ||
9 | </button> | ||
3 | <button id="fullscreen" class="flex row centered" title="fullscreen toggle"> | 10 | <button id="fullscreen" class="flex row centered" title="fullscreen toggle"> |
4 | <div class="icon" id="fullscreen-icon"> | 11 | <span class="icon" id="fullscreen-icon"> |
5 | {{ partial "func/GetSvg" "Fullscreen.svg" }} | 12 | {{ partial "func/GetSvg" "Fullscreen.svg" }} |
6 | </div> | 13 | </span> |
7 | <div class="icon hide" id="smallscreen-icon"> | 14 | <span class="icon hide" id="smallscreen-icon"> |
8 | {{ partial "func/GetSvg" "Smallscreen.svg" }} | 15 | {{ partial "func/GetSvg" "Smallscreen.svg" }} |
9 | </div> | 16 | </span> |
10 | or [/] | ||
11 | </button> | 17 | </button> |
12 | </div> \ No newline at end of file | 18 | </div> \ No newline at end of file |