File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed
Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments