small fixes :o)

This commit is contained in:
Sam Sneed 2024-08-12 17:42:45 -05:00
parent e9c68dcf9f
commit 3a10c82fb3
2 changed files with 10 additions and 7 deletions

4
.gitignore vendored
View file

@ -1 +1,5 @@
node_modules
seedium-linux-x64
sneedium-win32-x64
seedium-linux-arm64
sneedium-win32-arm64

View file

@ -94,12 +94,11 @@ html, body {
}
webview {
position: absolute;
top: 0;
left: 0;
position: fixed;
bottom: 0;
max-height: 90%!important;
max-width: 100%;
width: 1rem;
height: 72% !important;
width: 100%;
height: 90%!important;
display: inline-flex!important;
}