diff --git a/client/css/style.css b/client/css/style.css index 7ce8ea86..8327e561 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -562,7 +562,7 @@ button { #chat .show-more { display: none; padding: 10px; - position: absolute; + position: relative; width: 100%; } #chat .show-more.show + .messages .msg:first-child { @@ -947,8 +947,8 @@ button { font: 12px Lato, sans-serif; color: #555; height: 34px; - position: absolute; - right: 0; + position: fixed; + right: 10px; transition: opacity .3s; width: 58px; } diff --git a/client/index.html b/client/index.html index b774a2a3..4d2c84c7 100644 --- a/client/index.html +++ b/client/index.html @@ -271,14 +271,12 @@

About Shout

-
+
-
+ - +