1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-09 18:46:23 +02:00

add basic detached preview mode. fixes #92

This commit is contained in:
Kushagra Gour
2017-09-04 03:17:26 +05:30
parent 83e28635d0
commit 90f50f5502
5 changed files with 59 additions and 0 deletions

View File

@@ -194,6 +194,12 @@
<rect x="0" y="0" width="100" height="100" />
</svg>
</a>
<a class="mode-btn hint--top-left hint--rounded" aria-label="Detach Preview" d-click="openDetachedPreview">
<svg viewBox="0 0 24 24">
<path d="M22,17V7H6V17H22M22,5A2,2 0 0,1 24,7V17C24,18.11 23.1,19 22,19H16V21H18V23H10V21H12V19H6C4.89,19 4,18.11 4,17V7A2,2 0 0,1 6,5H22M2,3V15H0V3A2,2 0 0,1 2,1H20V3H2Z" />
</svg>
</a>
<div class="footer__separator"></div>