fix minimum height and width of popover menu

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-02-13 16:20:39 +01:00
Родитель 1758ee1420
Коммит ebd43863a2
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -111,7 +111,7 @@
background-size: 16px;
position: absolute;
right: 0;
top: 0;
top: 4px;
padding: 16px;
opacity: .5;
}
@ -127,7 +127,7 @@
border: none;
position: absolute;
right: -2px;
top: 34px;
top: 42px;
padding: 16px;
opacity: .5;
}
@ -406,11 +406,13 @@ video {
margin: 0;
padding: 0;
width: 100% !important;
min-height: 44px;
}
#app-navigation .app-navigation-entry-menu input {
margin-left: 5px !important;
margin-top: -5px;
min-width: 150px;
padding-right: 26px;
text-overflow: ellipsis;
overflow: hidden;