Home
/
risinglegends.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0c5213
)
fix: clean up ui for alerts to make them more visible
author
xangelo
<me@xangelo.ca>
Mon, 20 Jan 2025 18:03:34 +0000
(13:03 -0500)
committer
xangelo
<me@xangelo.ca>
Mon, 20 Jan 2025 18:03:34 +0000
(13:03 -0500)
public/assets/css/game.css
patch
|
blob
|
history
diff --git
a/public/assets/css/game.css
b/public/assets/css/game.css
index f7cc76ae9573280a4f903214e39d3e9bf82aa315..75d9a2d2f6608cba1f80e0fcd7f1c1a32dd9421f 100644
(file)
--- 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.
3
rem;
+ padding: 0.
6rem 1
rem;
max-width: 17rem;
line-height: 1.2rem;
box-shadow: -3px -3px 4px 0px rgba(0, 0, 0, 0.5);