fix: clean up ui for alerts to make them more visible
authorxangelo <me@xangelo.ca>
Mon, 20 Jan 2025 18:03:34 +0000 (13:03 -0500)
committerxangelo <me@xangelo.ca>
Mon, 20 Jan 2025 18:03:34 +0000 (13:03 -0500)
public/assets/css/game.css

index f7cc76ae9573280a4f903214e39d3e9bf82aa315..75d9a2d2f6608cba1f80e0fcd7f1c1a32dd9421f 100644 (file)
 
 #alerts {
   position: absolute;
-  right: 0;
-  bottom: 0;
+  right: 10px;
+  bottom: 10px;
 }
 
 .alert {
-  padding: 0.3rem;
+  padding: 0.6rem 1rem;
   max-width: 17rem;
   line-height: 1.2rem;
   box-shadow: -3px -3px 4px 0px rgba(0, 0, 0, 0.5);