1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

Fix for JFX webview layout bug

This commit is contained in:
Reinhard Pointner 2018-06-17 19:51:27 +07:00
parent 6550892e9e
commit 6e9ec6ae75

View File

@ -1,7 +1,7 @@
body {
margin: 0;
padding: 0;
background: #000;
background: black;
}
div.galleria {
@ -29,3 +29,7 @@ img.fullscreen {
cursor: pointer;
opacity: 0.3
}
div.galleria-thumbnails div.galleria-image {
padding: 30px 0px;
}