Home
/
risinglegends.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7907dff
)
fix styling on equip/unequip buttons
author
xangelo
<git@xangelo.ca>
Fri, 2 Jun 2023 18:55:37 +0000
(14:55 -0400)
committer
xangelo
<git@xangelo.ca>
Fri, 2 Jun 2023 18:55:37 +0000
(14:55 -0400)
public/assets/css/game.css
patch
|
blob
|
history
diff --git
a/public/assets/css/game.css
b/public/assets/css/game.css
index e2f6f40bd713141261dc42cb27a2357ec53410b4..41d4afdbe01e9bfdc596c0bafd50eddcce9a6130 100644
(file)
--- a/
public/assets/css/game.css
+++ b/
public/assets/css/game.css
@@
-229,6
+229,9
@@
h2 {
.store-list:nth-child(even) {
background-color: #eee;
}
+.store-list:last-child {
+ margin-bottom: 0;
+}
.store-list img {
width: 64px;
height: 64px;
@@
-247,7
+250,10
@@
h2 {
}
.store-actions {
width: 75px;
- margin: 0.5rem 1rem;
+ margin: 0.3rem;
+ align-items: center;
+ display: flex;
+ flex-direction: column;
}
.store-actions button {
width: 75px;