- main page overlappings fixed

This commit is contained in:
Wiesner András 2024-04-05 15:39:49 +02:00
parent 19a303615d
commit 99caea6bc5

View File

@ -7,10 +7,12 @@
right: 0; right: 0;
top: unset; top: unset;
width: 100%; width: 100%;
transition: 0.3s ease;
} }
section#content_pane { section#content_pane {
width: 100vw; width: 100vw;
height: calc(100vh - 4.5em);
} }
iframe#content_frame { iframe#content_frame {
@ -24,6 +26,10 @@
margin-bottom: 1em; margin-bottom: 1em;
} }
section.game-box-caption {
width: 100vw;
}
section#info_pane:active, section#info_pane:hover, section#user_info { section#info_pane:active, section#info_pane:hover, section#user_info {
height: 12em; height: 12em;
} }
@ -57,10 +63,6 @@
padding-top: 2em; padding-top: 2em;
} }
section.game-box-caption {
width: 100vw;
}
section.window { section.window {
width: calc(100vw - 2em); width: calc(100vw - 2em);
padding: 1em; padding: 1em;