diff --git a/.gitignore b/.gitignore index 3c3629e..a4f22e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ node_modules +seedium-linux-x64 +sneedium-win32-x64 +seedium-linux-arm64 +sneedium-win32-arm64 \ No newline at end of file diff --git a/styles.css b/styles.css index a0717e3..7018928 100644 --- a/styles.css +++ b/styles.css @@ -94,12 +94,11 @@ html, body { } webview { - position: absolute; - top: 0; - left: 0; - max-height: 90% !important; + position: fixed; + bottom: 0; + max-height: 90%!important; max-width: 100%; - width: 1rem; - height: 72% !important; - display: inline-flex !important; + width: 100%; + height: 90%!important; + display: inline-flex!important; }