From 75fd8fc2fd8375e20a696a1c18bda37e0d517adf Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 17 Oct 2024 18:31:49 +0200 Subject: hide maximise --- webAO/styles/client.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'webAO/styles') diff --git a/webAO/styles/client.css b/webAO/styles/client.css index f16a098..deca156 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -1,8 +1,5 @@ .lm_item .lm_header .lm_controls .lm_maximise { - top: 0; - right: 0; - height: 20px; - width: 20px; + display: none; } .lm_content { -- cgit