Skip to content

Commit a506fb1

Browse files
committed
Merge branch 'feat-enhance-option-ui'
2 parents 22cf57f + 2b0c2bf commit a506fb1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

options.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,7 @@ button {
5656
border-color: var(--line-color);
5757
color: var(--main-color);
5858
}
59+
60+
input {
61+
font-family: monospace;
62+
}

options.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ <h2>Options</h2>
2727
<div id="buttons-wrapper">
2828
<span class="hidden"></span>
2929
<button id="add-button">Add</button>
30+
<button class="hidden">Dummy</button>
31+
<button class="hidden">Dummy</button>
3032
<button id="load-defaults-button">Reset</button>
3133
<button id="save-button">Save</button>
3234
<span id="saved-notification" class="hidden">Saved</span>

0 commit comments

Comments
 (0)