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