Reduce whitespace between room info and tabs

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-01-09 17:19:36 +01:00
Родитель 2e146cee31
Коммит 83e1a06258
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -752,6 +752,10 @@ video {
}
/* START: move padding fixes and icons-for-tabs capability into core */
.tabHeaders {
margin-top: 0;
}
.tabHeaders .tabHeader {
padding: 12px;
padding-left: 32px;