Remove excess space above the UHK (#409)
* Issue 323 - Remove excess space above the UHK (#323)
* revert back specific width of keyboard slider to be able to visible in the electron app
* fix: showing the whole keyboard on big screen
* fix: satisfy very small screens (no overflow of other keyboard left side) and increase the place where keyboard can fit (tested near 2000px width)
* Revert "fix: satisfy very small screens (no overflow of other keyboard left side) and increase the place where keyboard can fit (tested near 2000px width)"
This reverts commit 376604d24a.
This commit is contained in:
committed by
László Monda
parent
90a689395c
commit
accdf5facd
@@ -1,6 +1,5 @@
|
|||||||
:host {
|
:host {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,8 +10,6 @@
|
|||||||
keyboard-slider {
|
keyboard-slider {
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
|
||||||
/* TODO create dynamic */
|
|
||||||
height: 500px;
|
height: 500px;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user