From 7f6d524f28f6fc11a8f223bca47dc8712f9d39db Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 12 Feb 2020 19:04:26 +0100 Subject: closer to the real deal --- webAO/styles/classic.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'webAO/styles/classic.css') diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css index e67cbef..b15ab3a 100644 --- a/webAO/styles/classic.css +++ b/webAO/styles/classic.css @@ -18,9 +18,10 @@ img { text-justify: distribute; border: 1px solid rgba(255, 255, 255, 0.7); background: rgba(73, 0, 254, 0.5); - top: 63%; + top: 61%; border-radius: 3px; position: absolute; + z-index: 1; } #client_chat { @@ -29,10 +30,10 @@ img { width: 98%; width: calc(100% - 2px); margin: auto; - height: 30%; + height: 32%; border: 1px solid rgba(255, 255, 255, 0.7); background-color: rgba(0, 0, 0, 0.5); - top: 70%; + top: 68%; border-radius: 4px; position: absolute; word-break: keep-all; -- cgit