зеркало из https://github.com/nextcloud/spreed.git
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:
Коммит
6fefbf8f97
|
@ -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 */
|
||||
|
|
Загрузка…
Ссылка в новой задаче