Skip to content

Commit

Permalink
Tidyup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorp committed Sep 17, 2024
1 parent f374141 commit 7016852
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/fencer.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@
overflow-y: scroll;
.axis, .key {
display: grid;
/* grid-template-columns: 40px 40px 1fr auto 40px 1fr auto 16px 16px; */
grid-template-columns: 40px 40px 1fr auto 40px 1fr auto; */
}
.key *:nth-child(2) {
Expand All @@ -161,9 +160,6 @@
.key>*:nth-child(4), .axes .axis>*:nth-child(4) {
padding: 0 2px;
}
/* .key>*:nth-child(8), .axes .key>*:nth-child(9) {
text-align: center;
} */
.key {
background: #eee;
}
Expand Down Expand Up @@ -426,9 +422,7 @@ <h2>Locations</h2>
<label>Controls</label><div><select id="mapping-selector"></select></div>
</div>
<div class="axes"></div>
<div class="extra">
<!-- <button id="download-font" disabled>Save font</button> -->
</div>
<div class="extra"></div>
</div>

<div class="resize no-vertical"></div>
Expand Down

0 comments on commit 7016852

Please sign in to comment.