Merge pull request #766 from nextcloud/chat-layout-improvements

Increase padding in chat view to leave enough space for side buttons.
This commit is contained in:
Ivan Sein 2018-04-05 13:11:21 +02:00 коммит произвёл GitHub
Родитель b8690e8d18 895747c84f
Коммит 6fefbf8f97
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -143,8 +143,8 @@
in the list of messages) and to ensure that the contacts menu is not clipped
due to overflowing the chat view on its left (much harder to fix). */
#app-content-wrapper #commentsTabView .newCommentRow {
padding-left: 15px;
padding-right: 15px;
padding-left: 44px;
padding-right: 44px;
}
#app-content-wrapper #commentsTabView .comments {
@ -155,8 +155,8 @@
to the closest ancestor with a relative position) */
position: relative;
padding-left: 15px;
padding-right: 15px;
padding-left: 44px;
padding-right: 44px;
}
/* Hide all siblings of the chat view when shown as the main view */