diff options
author | 0neGal <mail@0negal.com> | 2022-05-16 23:51:26 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-05-16 23:51:26 +0200 |
commit | 31545f96ac56e0bbc7d0ed59f86015d693d464d9 (patch) | |
tree | 883361501c42f71460d52047b7ac708e9de29ac1 /src/app/css/webview.css | |
parent | 716a05ed8673302129aecfc10f680cbf1fa882c7 (diff) | |
download | Viper-31545f96ac56e0bbc7d0ed59f86015d693d464d9.tar.gz Viper-31545f96ac56e0bbc7d0ed59f86015d693d464d9.zip |
added mod preview browser
Instead of opening your normal web browser you can now just open the
page inside Viper, many changes aren't finished yet, notably the
webview.css file.
At some point I'll split the main.css into more files so the folder
makes sense even though there's currently only one file in there.
Diffstat (limited to 'src/app/css/webview.css')
-rw-r--r-- | src/app/css/webview.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/css/webview.css b/src/app/css/webview.css new file mode 100644 index 0000000..4a3fd85 --- /dev/null +++ b/src/app/css/webview.css @@ -0,0 +1 @@ +/* this gets imported into the preview <webview> */ |