From 7495dad4c93b44b1423dc75387d0506c9962239c Mon Sep 17 00:00:00 2001 From: Shift Date: Wed, 26 Feb 2014 17:26:14 +0400 Subject: [PATCH] fix DM width --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index d16bd1c..9fab761 100644 --- a/css/style.css +++ b/css/style.css @@ -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 {