Skip to content

Commit

Permalink
Add missing EP attribute for systems and modules
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckzee committed Mar 7, 2024
1 parent aefd38d commit 9d52bdd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
5 changes: 5 additions & 0 deletions SalvageUnion/SalvageUnion.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,11 @@ input[value="mech"] ~ div.sheet-pilot .sheet-column-right {
align-items: baseline;
}

.systems-item.tags-and-ep {
align-items: end;
justify-content: space-between;
}

.systems-item #system_or_module {
flex: .4;
}
Expand Down
12 changes: 9 additions & 3 deletions SalvageUnion/SalvageUnion.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,15 @@ <h3>Systems & Modules</h3>
<button class="show-system-button meta-system-name-collapsed" type="action" name="act_show-system">&#x1F4AC;</button>
</div>
</div>
<div class="systems-item">
<label data-label-tooltip="Tags for the system - descriptive tags that don't fit the other fields. Melee, Recommended, e.g." for="systems_tags">Tags:</label>
<input type="text" name="attr_systems_tags" id="systems_tags" placeholder="Tags - Melee, Salvaging e.g."/>
<div class="systems-item tags-and-ep">
<div>
<label data-label-tooltip="Tags for the system - descriptive tags that don't fit the other fields. Melee, Recommended, e.g." for="systems_tags">Tags:</label>
<input type="text" name="attr_systems_tags" id="systems_tags" placeholder="Tags - Melee, Salvaging e.g."/>
</div>
<div>
<label data-label-tooltip="EP cost for using the system or module." for="systems_ep">EP:</label>
<input type="number" name="attr_systems_ep" id="systems_ep" placeholder="0"/>
</div>
</div>
<div class="sheet-system-stats">
<div>
Expand Down

0 comments on commit 9d52bdd

Please sign in to comment.