1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-13 04:24:23 +02:00

add full screen layout. fixes #24

This commit is contained in:
Kushagra Gour
2017-01-20 02:25:52 +05:30
parent b0290f9ed0
commit 176970e1dc
3 changed files with 22 additions and 1 deletions

View File

@@ -127,6 +127,11 @@
<use xlink:href="#mode-icon" />
</svg>
</a>
<a id="layoutBtn4" class="mode-btn hint--top-left hint--rounded" aria-label="Full Screen">
<svg viewBox="0 0 100 100">
<rect x="0" y="0" width="100" height="100" />
</svg>
</a>
<div class="footer__separator"></div>