Merge pull request #131 from eauchat/theming-reloaded-smallfixes

Theming reloaded smallfixes
This commit is contained in:
Alexandre Aubin 2019-03-25 18:43:17 +01:00 committed by GitHub
commit 5b5bd2ef6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,6 +82,9 @@ body {
margin: 0; margin: 0;
padding: 0; padding: 0;
height: 100%; height: 100%;
top: 0;
position: absolute;
width: 100%;
} }
h1:first-child, h1:first-child,
@ -123,6 +126,12 @@ img {
padding: 2%; padding: 2%;
} }
.logged .content {
width: 100%;
height: 100%;
overflow: auto; /* scroll .content, not body for easier background customization */
}
.ynh-wrapper { .ynh-wrapper {
width: 90%; width: 90%;
margin: 2% 5%; margin: 2% 5%;