diff --git a/public/css/client.css b/public/css/client.css index 301d828..71a3639 100644 --- a/public/css/client.css +++ b/public/css/client.css @@ -1484,8 +1484,8 @@ button.secondary:hover:not(:disabled) { } #members_toggle { position: absolute; - top: 50px; - right: 27px; + bottom: 50px; + right: 20px; cursor: pointer; color: #9e9ea6; font-size: 16px; @@ -1505,7 +1505,7 @@ button.secondary:hover:not(:disabled) { overflow-y: auto; overflow-x: hidden; position: absolute; - top: 80px; + bottom: 80px; right: 20px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; diff --git a/public/css/pages/chat.styl b/public/css/pages/chat.styl index d80d3b7..c4833ab 100644 --- a/public/css/pages/chat.styl +++ b/public/css/pages/chat.styl @@ -493,8 +493,8 @@ */ #members_toggle position: absolute - top: 50px - right: 27px + bottom: 50px + right: 20px cursor: pointer color: $gray font-size: $font-size-h3 @@ -514,7 +514,7 @@ overflow-y: auto overflow-x: hidden position: absolute - top: 80px + bottom: 80px right: 20px borderbox() box-shadow: 0px 2px 10px rgba(64, 54, 63, 0.25)