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