mirror of
https://github.com/MaciejkaG/statki.git
synced 2024-11-30 06:22:55 +01:00
more responsiveness improvements
This commit is contained in:
parent
cd151cd0e8
commit
88a93afe58
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -289,3 +289,7 @@ h1,h2,h3,h4,h5,h6 {
|
|||||||
.tippyTemplate {
|
.tippyTemplate {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mobileControls {
|
||||||
|
display: none;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user