diff options
Diffstat (limited to 'src/app/index.html')
-rw-r--r-- | src/app/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/index.html b/src/app/index.html index 9ca5e07..b18db42 100644 --- a/src/app/index.html +++ b/src/app/index.html @@ -193,7 +193,7 @@ <div class="loading">%%gui.browser.loading%%</div> </div> </div> - <div class="popup small" id="preview"> + <div class="popup small blur" id="preview"> <div class="misc fixed vertical"> <button id="close" onclick="Preview.hide()"> <img src="icons/close.png"> @@ -202,6 +202,7 @@ <img src="icons/external.png"> </button> </div> + <webview></webview> </div> |