From bcaf6ec1580d973e47c5ddf4f30eeab280f4e4cf Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sun, 11 Mar 2018 12:12:54 +0100 Subject: faster loading + font optimization also the disconnects are gone i think --- client.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'client.css') diff --git a/client.css b/client.css index 7483487..ccce58a 100644 --- a/client.css +++ b/client.css @@ -160,8 +160,6 @@ img { display: none; height: 7%; border: 1px solid rgba(255,255,255,0.7); - padding-left: 5px; - padding-right: 5px; background:rgba(73,0,254,0.5); top: 63%; border-radius: 3px; @@ -172,7 +170,9 @@ img { opacity: 2; color: white; position: relative; - margin: 0; + margin-left: 4px; + margin-right: 4px; + margin-top: auto; } #client_chat { @@ -192,7 +192,7 @@ img { } #client_chat p { - margin: 3px; + margin: 4px; color: white; } input { -- cgit