From d7b6d6ae53314168b99019694ed89cb2a3b09a12 Mon Sep 17 00:00:00 2001 From: sD Date: Thu, 13 Feb 2020 00:34:15 +0100 Subject: make border relative --- webAO/styles/classic.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'webAO') diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css index f06016f..b5c7de9 100644 --- a/webAO/styles/classic.css +++ b/webAO/styles/classic.css @@ -37,14 +37,14 @@ img { #client_chat { font-size: 1em; display: none; - width: 98%; - width: calc(100% - 4px); + width: 98.4375%; + width: calc(100% - 0.3em); margin: auto; height: 31.25%; - border: rgb(255, 255, 255, 0.5) solid 2px; + border: rgb(255, 255, 255, 0.5) solid 0.15em; background-color: rgb(0, 0, 0, 0.5); top: 66.5%; - border-radius: 4px; + border-radius: 0.3em; position: absolute; word-break: keep-all; overflow-wrap: break-word; -- cgit