aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/site-actions.html
blob: b9afa66862bb1958600056f8de123767950356f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div id="actions" class="fixed flex row aligned right">
    <button id="darkmode">Dark Mode</button>
    <button id="fullscreen" class="flex row centered" title="fullscreen toggle">
      <div class="icon" id="fullscreen-icon">
        {{ partial "func/GetSvg" "Fullscreen.svg" }}
      </div>
      <div class="icon hide" id="smallscreen-icon">
        {{ partial "func/GetSvg" "Smallscreen.svg" }}
      </div>
      or [/]
    </button>
</div>