make OSK responsive (no longer goes offscreen on mobile)
This commit is contained in:
parent
2b7153cc37
commit
b908427292
|
|
@ -156,8 +156,9 @@ tr.user-waiting > td {
|
||||||
/* Start OSK */
|
/* Start OSK */
|
||||||
.osk-container {
|
.osk-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 1024px;
|
max-width: 1024px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
@ -168,8 +169,7 @@ tr.user-waiting > td {
|
||||||
}
|
}
|
||||||
|
|
||||||
.osk-main.simple-keyboard {
|
.osk-main.simple-keyboard {
|
||||||
width: 640px;
|
max-width: 640px;
|
||||||
min-width: 640px;
|
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -279,6 +279,12 @@ tr.user-waiting > td {
|
||||||
width: 350px;
|
width: 350px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 640px) {
|
||||||
|
.hg-button:not(:last-child) {
|
||||||
|
margin-right: 1px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Theme: cvmDark
|
Theme: cvmDark
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user