@@ -284,7 +284,7 @@ label {
284
284
# type {
285
285
border-radius : 4px ;
286
286
width : 100% ;
287
- margin : 0 0 10px 0 ;
287
+ margin : 0 0 10px ;
288
288
padding : 5px 35px 5px 5px ;
289
289
font-size : 16px ;
290
290
height : 34px ;
@@ -306,7 +306,7 @@ label {
306
306
font-size : 20px ;
307
307
}
308
308
.input {
309
- margin : 0 0 10px 0 ;
309
+ margin : 0 0 10px ;
310
310
}
311
311
.log {
312
312
margin : 10px auto;
@@ -365,7 +365,7 @@ summary{
365
365
text-align : center;
366
366
font-family : Helvetica, sans-serif;
367
367
font-size : 20px ;
368
- line-height : 236px ;;
368
+ line-height : 236px ;
369
369
}
370
370
# confpopupparent , # consolepopupparent {
371
371
height : 100vh ;
@@ -476,14 +476,6 @@ summary{
476
476
font-family : Helvetica, sans-serif;
477
477
font-size : 16px ;
478
478
}
479
- # deleteinput {
480
- border : 1px solid;
481
- border-radius : 6px ;
482
- padding : 5px ;
483
- width : -webkit-fill-available;
484
- font-family : Helvetica, sans-serif;
485
- font-size : 16px ;
486
- }
487
479
# dragdropform {
488
480
display : flex;
489
481
}
@@ -591,7 +583,7 @@ summary{
591
583
background-color : rgb (210 , 210 , 210 );
592
584
}
593
585
.padding25 .input {
594
- margin : 0 0 10px 0 ;
586
+ margin : 0 0 10px ;
595
587
}
596
588
# controlsettingsparent {
597
589
background-color : # 383B4F ;
@@ -690,9 +682,6 @@ summary{
690
682
border-radius : 4px ;
691
683
border : 1px solid transparent;
692
684
}
693
- # einstellungen details summary {
694
- padding : 13px ;
695
- }
696
685
# einstellungen details : hover {
697
686
border : 1px solid white;
698
687
}
@@ -701,6 +690,7 @@ summary{
701
690
-moz-user-select : None;
702
691
-webkit-user-select : None;
703
692
user-select : None;
693
+ padding : 13px ;
704
694
}
705
695
# dropdownsettings {
706
696
width : 100% ;
0 commit comments