Skip to content

Commit dd59d56

Browse files
committed
Unexpected extra semicolon
Unexpected duplicate selector Unexpected longhand value '0 0 10px 0' instead of '0 0 10px'
1 parent beef226 commit dd59d56

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

users/control/style.css

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ label {
284284
#type {
285285
border-radius: 4px;
286286
width: 100%;
287-
margin: 0 0 10px 0;
287+
margin: 0 0 10px;
288288
padding: 5px 35px 5px 5px;
289289
font-size: 16px;
290290
height: 34px;
@@ -306,7 +306,7 @@ label {
306306
font-size: 20px;
307307
}
308308
.input {
309-
margin: 0 0 10px 0;
309+
margin: 0 0 10px;
310310
}
311311
.log {
312312
margin: 10px auto;
@@ -365,7 +365,7 @@ summary{
365365
text-align: center;
366366
font-family: Helvetica, sans-serif;
367367
font-size: 20px;
368-
line-height: 236px;;
368+
line-height: 236px;
369369
}
370370
#confpopupparent, #consolepopupparent {
371371
height: 100vh;
@@ -476,14 +476,6 @@ summary{
476476
font-family: Helvetica, sans-serif;
477477
font-size: 16px;
478478
}
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-
}
487479
#dragdropform {
488480
display: flex;
489481
}
@@ -591,7 +583,7 @@ summary{
591583
background-color: rgb(210, 210, 210);
592584
}
593585
.padding25 .input {
594-
margin: 0 0 10px 0;
586+
margin: 0 0 10px;
595587
}
596588
#controlsettingsparent {
597589
background-color: #383B4F;
@@ -690,9 +682,6 @@ summary{
690682
border-radius: 4px;
691683
border: 1px solid transparent;
692684
}
693-
#einstellungen details summary {
694-
padding: 13px;
695-
}
696685
#einstellungen details:hover {
697686
border: 1px solid white;
698687
}
@@ -701,6 +690,7 @@ summary{
701690
-moz-user-select: None;
702691
-webkit-user-select: None;
703692
user-select: None;
693+
padding: 13px;
704694
}
705695
#dropdownsettings {
706696
width: 100%;

0 commit comments

Comments
 (0)