aboutsummaryrefslogtreecommitdiff
path: root/client.css
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2018-03-11 12:12:54 +0100
committerstonedDiscord <stoned@derpymail.org>2018-03-11 12:12:54 +0100
commitbcaf6ec1580d973e47c5ddf4f30eeab280f4e4cf (patch)
tree4793e6c2f9704af0bfe9a3ea8ee277b28055cb5d /client.css
parentbad1953e85c62e0789f7a9870acdc41b74678dba (diff)
faster loading + font optimization
also the disconnects are gone i think
Diffstat (limited to 'client.css')
-rw-r--r--client.css8
1 files changed, 4 insertions, 4 deletions
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 {