more responsiveness improvements

This commit is contained in:
Maciej Gomoła 2024-03-25 13:44:30 +01:00
parent cd151cd0e8
commit 88a93afe58
2 changed files with 13 additions and 0 deletions

View File

@ -10,10 +10,19 @@
.panelContainer {
flex-direction: column-reverse;
align-items: center;
}
.field {
width: 7.5vw; /* still need to test that */
}
.controls {
display: none;
}
.mobileControls {
display: block;
}
}

View File

@ -289,3 +289,7 @@ h1,h2,h3,h4,h5,h6 {
.tippyTemplate {
display: none;
}
.mobileControls {
display: none;
}