From 9fd13d1cc617fdc55129bbedcf2f7dc7a3e8ea3d Mon Sep 17 00:00:00 2001 From: sD Date: Thu, 13 Feb 2020 09:11:33 +0100 Subject: darker inner border can be done with ridge/groove --- webAO/styles/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webAO/styles/client.css') diff --git a/webAO/styles/client.css b/webAO/styles/client.css index bbe8952..3be4db8 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -86,7 +86,7 @@ position: fixed; top: 0; left: 0; - width: 100%; + width: 98vw; height: 100%; overflow-y: auto; justify-content: center; -- cgit