Reduce whitespace between search and participants, and remove white block

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-06-21 08:26:18 +02:00
Родитель 0cb7f16126
Коммит c3e9b5c246
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CBD846FC845CBE17
1 изменённых файлов: 1 добавлений и 9 удалений

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

@ -1057,6 +1057,7 @@ video {
#app-sidebar .participantWithList {
overflow-y: auto;
padding-top: 8px;
}
#app-sidebar .participantWithList .participant:last-child {
@ -1081,15 +1082,6 @@ video {
margin-right: 15px;
}
/**
* Add a little margin so the participants do not "touch" the form when they are
* scrolled, in the same way that the chat messages do not disappear directly
* below the new message input.
*/
#app-sidebar #participantsTabView form {
margin-bottom: 15px;
}
/**
* Add a little margin to the last participant so the list is nicely framed with
* the sides when fully scrolled to the bottom.