Skip to content

Commit 2bdea9b

Browse files
fix: space between grid to fill inventory gap, fill durability bar width
1 parent e228cb1 commit 2bdea9b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

html/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ div {
149149
align-content: flex-start;
150150
width: 100%;
151151
box-sizing: border-box;
152+
justify-content: space-between;
152153
}
153154

154155
.item-slot {
@@ -246,7 +247,7 @@ div {
246247
.item-slot-durability {
247248
position: absolute;
248249
bottom: 0vh;
249-
width: 99%;
250+
width: 100%;
250251
height: 6px;
251252
background-color: var(--surface-container-high);
252253
}

0 commit comments

Comments
 (0)