diff --git a/client/css/style.css b/client/css/style.css index 7ce8ea86..1fb06f0d 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -562,15 +562,9 @@ button { #chat .show-more { display: none; padding: 10px; - position: absolute; + position: relative; width: 100%; } -#chat .show-more.show + .messages .msg:first-child { - padding-top: 47px !important; -} -#chat .show-more.show + .messages .msg:first-child > span { - padding-top: 52px !important; -} #chat .show-more-button { background: #f4f4f4; background-image: linear-gradient(#f4f4f4, #ececec); @@ -594,9 +588,6 @@ button { display: table-row; word-wrap: break-word; } -#chat .msg:first-child > span { - padding-top: 10px; -} #chat .msg:last-child { height: 100%; }