diff options
| author | sD <stoned@derpymail.org> | 2020-02-13 09:11:33 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-13 09:11:33 +0100 |
| commit | 9fd13d1cc617fdc55129bbedcf2f7dc7a3e8ea3d (patch) | |
| tree | 0fd60d626b946ed5d2e33bbfd40db5e41e8ad585 /webAO/styles/client.css | |
| parent | d7b6d6ae53314168b99019694ed89cb2a3b09a12 (diff) | |
darker inner border can be done with ridge/groove
Diffstat (limited to 'webAO/styles/client.css')
| -rw-r--r-- | webAO/styles/client.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
