Skip to content

Commit b14587b

Browse files
committed
style: 滑块居右
1 parent 84a50e3 commit b14587b

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

exam/Styles/dark.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,16 @@ td:last-child {
231231
color: #b0b0b0;
232232
}
233233

234+
#settings-modal-content label[for="offset-time"],
235+
#settings-modal-content label[for="room-input"],
236+
#settings-modal-content label[for="zoom-input"] {
237+
justify-content: space-between;
238+
}
239+
234240
#settings-modal-content input[type="number"],
235241
#settings-modal-content input[type="text"] {
242+
flex-grow: 1;
243+
margin-left: 10px;
236244
font-size: 1.5rem;
237245
padding: 10px;
238246
margin-top: 10px;
@@ -379,5 +387,6 @@ input:checked + .slider:before {
379387
.theme-toggle-container {
380388
display: flex;
381389
align-items: center;
390+
justify-content: space-between;
382391
gap: 10px;
383392
}

exam/Styles/light.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,18 @@ td:last-child {
229229
color: #666;
230230
}
231231

232+
#settings-modal-content label[for="offset-time"],
233+
#settings-modal-content label[for="room-input"],
234+
#settings-modal-content label[for="zoom-input"] {
235+
justify-content: space-between;
236+
}
237+
238+
#settings-modal-content input[type="number"],
239+
#settings-modal-content input[type="text"] {
240+
flex-grow: 1;
241+
margin-left: 10px;
242+
}
243+
232244
#settings-modal-content input[type="number"],
233245
#settings-modal-content input[type="text"] {
234246
font-size: 1.5rem;
@@ -377,5 +389,6 @@ input:checked + .slider:before {
377389
.theme-toggle-container {
378390
display: flex;
379391
align-items: center;
392+
justify-content: space-between;
380393
gap: 10px;
381394
}

favicon.ico

2.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)