Skip to content

Commit 0d14ccf

Browse files
committed
style updated
1 parent e62ddd6 commit 0d14ccf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

popup/popup.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ main {
3333
display: flex;
3434
flex-direction: column;
3535
justify-content: center;
36-
min-height: 200px;
37-
margin-bottom: 20px;
36+
min-height: 250px;
3837
}
3938

4039
.input_group {

popup/popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</div>
2323
<div class="input_group">
2424
<label class="ex-label" for="time">Time</label>
25-
<input type="range" id="time" min="1" max="10" value="1.5" step="0.5" />
25+
<input type="range" id="time" min="0.5" max="10" value="1.5" step="0.5" />
2626
<span id="time_value">0</span>
2727
</div>
2828
<div class="btn-group">

0 commit comments

Comments
 (0)