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:
Attila Csanyi
2017-09-09 01:03:56 +02:00
committed by László Monda
parent 90a689395c
commit accdf5facd
2 changed files with 0 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
:host {
display: flex;
width: 100%;
height: 100%;
position: relative;
}

View File

@@ -10,8 +10,6 @@
keyboard-slider {
display: block;
position: relative;
overflow: hidden;
/* TODO create dynamic */
height: 500px;
margin-top: 30px;
}