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 { .panelContainer {
flex-direction: column-reverse; flex-direction: column-reverse;
align-items: center;
} }
.field { .field {
width: 7.5vw; /* still need to test that */ width: 7.5vw; /* still need to test that */
} }
.controls {
display: none;
}
.mobileControls {
display: block;
}
} }

View File

@ -288,4 +288,8 @@ h1,h2,h3,h4,h5,h6 {
.tippyTemplate { .tippyTemplate {
display: none; display: none;
}
.mobileControls {
display: none;
} }