diff options
author | 0neGal <mail@0negal.com> | 2022-05-17 01:11:25 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-05-17 01:11:25 +0200 |
commit | bb5446be8164176219784290f18751c6f35c4047 (patch) | |
tree | b47851a63ac338cb5f09170e8d74cc62899566b4 /src/app/index.html | |
parent | 17a0a0e752ef515e4ea1e735e52efdb81d63f7dd (diff) | |
download | Viper-bb5446be8164176219784290f18751c6f35c4047.tar.gz Viper-bb5446be8164176219784290f18751c6f35c4047.zip |
added external link button and changed string
"Info" -> "View", along with a button in the previewer to open the mod
page in the browser if you so choose.
Diffstat (limited to 'src/app/index.html')
-rw-r--r-- | src/app/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/app/index.html b/src/app/index.html index b146ba3..f67a7a8 100644 --- a/src/app/index.html +++ b/src/app/index.html @@ -134,10 +134,13 @@ </div> </div> <div class="popup small" id="preview"> - <div class="misc fixed"> + <div class="misc fixed vertical"> <button id="close" onclick="Preview.hide()"> <img src="icons/close.png"> </button> + <button id="external" onclick=""> + <img src="icons/external.png"> + </button> </div> <webview></webview> </div> |