Skip to content
Snippets Groups Projects
Verified Commit a2d3171a authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: improved keyboard for mobile

parent d0436b11
No related branches found
No related tags found
No related merge requests found
Pipeline #1497 passed
......@@ -57,6 +57,13 @@
-webkit-user-select: none;
}
@media only screen and (max-width: 1120px) {
.display > .display-minimize {
top: 22px;
bottom: initial;
}
}
.display > .display-minimize > img {
height: 32px;
width: 32px;
......
......@@ -7,6 +7,12 @@
pointer-events: none;
}
@media only screen and (max-width: 1120px) {
.keyboard-container.fullscreen {
bottom: 0px;
}
}
.keyboard-gb {
font-size: 0px;
text-align: center;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment