From 9f3b728f21195ecc3be340538ba8d6c7c905a701 Mon Sep 17 00:00:00 2001 From: xangelo Date: Mon, 20 Jan 2025 13:03:34 -0500 Subject: [PATCH] fix: clean up ui for alerts to make them more visible --- public/assets/css/game.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/assets/css/game.css b/public/assets/css/game.css index f7cc76a..75d9a2d 100644 --- a/public/assets/css/game.css +++ b/public/assets/css/game.css @@ -154,12 +154,12 @@ #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); -- 2.25.1