Move wrapWidth handling out of MessageBox, improve scroll position handling, use custom routing, close menu when clicking anywhere
This commit is contained in:
parent
a753efd1dd
commit
fec7c93abc
24 changed files with 363 additions and 235 deletions
|
@ -415,7 +415,7 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
|||
}
|
||||
|
||||
.message {
|
||||
padding: 3px 15px;
|
||||
padding: 4px 15px;
|
||||
}
|
||||
|
||||
.message-info {
|
||||
|
@ -525,10 +525,20 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
|||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.ReactVirtualized__Grid {
|
||||
.ReactVirtualized__List {
|
||||
box-sizing: content-box !important;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.rvlist-messages {
|
||||
padding: 7px 0;
|
||||
overflow-y: scroll !important;
|
||||
}
|
||||
|
||||
.rvlist-users {
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.tablist {
|
||||
width: 200px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue