Use class for scenes and fix resizing keys

This commit is contained in:
Unrud 2022-01-29 11:04:21 +01:00
parent c85275f263
commit 42528c0cf7
4 changed files with 37 additions and 36 deletions

View file

@ -4,7 +4,7 @@
}
.hidden {
display: none;
display: none !important;
}
html {
@ -21,13 +21,13 @@ html {
html,
body,
body > div {
.scene {
width: 100%;
height: 100%;
margin: 0;
}
body > div {
.scene {
position: relative;
display: flex;
flex-direction: column;
@ -167,7 +167,7 @@ textarea {
}
}
#keys {
#keys .scene {
padding: 0.5rem;
padding-bottom: 0;
justify-content: flex-end;