mirror of
https://github.com/twisterarmy/twister-calm.git
synced 2025-03-12 13:31:21 +00:00
fix DM width
This commit is contained in:
parent
f347bfc0f3
commit
7495dad4c9
@ -1516,14 +1516,14 @@ input.userMenu-search-field:focus::-ms-input-placeholder {
|
||||
.directMessages .modal-wrapper
|
||||
{
|
||||
width: 540px;
|
||||
height: 470px;
|
||||
height: auto;
|
||||
margin: -200px 0 0 -280px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.directMessages .modal-content
|
||||
{
|
||||
overflow-y: auto;
|
||||
height: 300px;
|
||||
height: 400px;
|
||||
}
|
||||
.directMessages .modal-buttons
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user