diff options
author | ame <[email protected]> | 2024-07-17 01:09:18 -0500 |
---|---|---|
committer | ame <[email protected]> | 2024-07-17 01:09:18 -0500 |
commit | 67051d65f3094750f96023cba2c676afd60ded4e (patch) | |
tree | a7416b96977af9e2fe35ff8b974a19bc6ac0d564 /public/style.css | |
parent | a7e11ff8f729a669d8b2445f066606302ecb1b46 (diff) |
fix castling and cleanliness
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/style.css b/public/style.css index 929af94..86510ea 100644 --- a/public/style.css +++ b/public/style.css @@ -6,7 +6,8 @@ .box{ height: 76px; width: 76px; - position: relative; + position: relative; + user-select: none; } .top-corner{ padding: 1px; |