diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-08-02 19:49:26 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-08-02 19:49:26 +0200 |
| commit | 88c239af5f5c5b6b6785562af257bb84c9f8c53e (patch) | |
| tree | 809d38b2fbd0cf512dfca98d7290dad7f0ecb297 /webAO/styles | |
| parent | 3f434f66d31d2d954eeca90e6206eb3e0c6fd045 (diff) | |
make maximise buttons easier to hit on mobile
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/client.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 7f72eb1..8c7898b 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -1,3 +1,10 @@ +.lm_item .lm_header .lm_controls .lm_maximise { + top: 0; + right: 0; + height: 20px; + width: 20px; +} + @keyframes error_blink { 0% { color: #fff; |
