Skip to content

Commit

Permalink
noch mehr CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
AlterTobi committed Nov 8, 2024
1 parent a2c3f2e commit a5cbdda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions no_support/wfes-editChallengeCounter.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: calc(100vw - 50px);
overflow: auto;
background-color: #fff;
padding: 20px;
Expand All @@ -51,7 +50,6 @@
}
.wfesEdChCo-popup h1 {
margin-bottom: 20px;
width: calc(70% - 70px);
float: left;
}
.wfesEdChCo-close {
Expand Down Expand Up @@ -104,8 +102,10 @@
border-color: #000;
}
.dark .wfesEdChCo-box th {
.dark .wfesEdChCo-box th,
.dark .wfesEdChCo-box td {
background-color: #333;
border-color: #eee;
}
.dark .wfesEdChCo-box tr#total th,
.dark .wfesEdChCo-box tr#total td {
Expand Down

0 comments on commit a5cbdda

Please sign in to comment.