aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/site-actions.html
blob: ac9013a4f107ce49b7cbdda3df413d1ea05d62cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div id="actions" class="fixed flex row aligned right">
    <button id="darkmode">
      <span class="icon" id="lightmode-icon">
        {{ partial "func/GetSvg" "Lightmode.svg" }}
      </span>
      <span class="icon hide" id="darkmode-icon">
        {{ partial "func/GetSvg" "Darkmode.svg" }}
      </span>
    </button>
    <button id="fullscreen" class="flex row centered" title="fullscreen toggle">
      <span class="icon" id="fullscreen-icon">
        {{ partial "func/GetSvg" "Fullscreen.svg" }}
      </span>
      <span class="icon hide" id="smallscreen-icon">
        {{ partial "func/GetSvg" "Smallscreen.svg" }}
      </span>
    </button>
</div>