From: xangelo Date: Mon, 20 Jan 2025 18:03:34 +0000 (-0500) Subject: fix: clean up ui for alerts to make them more visible X-Git-Tag: v0.4.5~2 X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=9f3b728f21195ecc3be340538ba8d6c7c905a701;p=risinglegends.git fix: clean up ui for alerts to make them more visible --- 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);