Skip to content

Commit

Permalink
Merge pull request #13547 from Wagii/feature/BREAK
Browse files Browse the repository at this point in the history
[BREAK!!] minor feature updates
  • Loading branch information
NorWhal authored Nov 26, 2024
2 parents 00f87de + 1094a2a commit 53e3af6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BREAK!!/BREAK.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ select {

.sheet-mainPageUpperSide {
display: flex;
flex-flow: row wrap;
flex-flow: row nowrap;
justify-content: stretch;
gap: 20px;
width: 100%;
Expand Down Expand Up @@ -423,7 +423,7 @@ div.sheet-attributeBase {
}

.sheet-square {
width: 5px;
width: 3px;
height: 5px;
border-radius: 1px;
}
Expand Down
2 changes: 1 addition & 1 deletion BREAK!!/BREAK.html
Original file line number Diff line number Diff line change
Expand Up @@ -1704,7 +1704,7 @@ <h1>Gear</h1>
<fieldset class="repeating_inventory">
<div class="sheet-flexColumn sheet-downGap sheet-box">
<div class="sheet-flexRow">
<input type="text" name="attr_inventory_name" value="Item name" />
<input type="text" name="attr_inventory_name" placeholder="Item name" />
<span>Quantity</span>
<input type="number" name="attr_inventory_quantity" value="1"/>
<input type="checkbox" name="attr_inventory_fold" class="sheet-arrow sheet-rightFloat" checked />
Expand Down

0 comments on commit 53e3af6

Please sign in to comment.