small fixes :o)
This commit is contained in:
parent
e9c68dcf9f
commit
3a10c82fb3
2 changed files with 10 additions and 7 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1 +1,5 @@
|
|||
node_modules
|
||||
seedium-linux-x64
|
||||
sneedium-win32-x64
|
||||
seedium-linux-arm64
|
||||
sneedium-win32-arm64
|
13
styles.css
13
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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue