Skip to content

Commit 95db53a

Browse files
Merge pull request #87 from cw-urn/main
fixed unselect paid button css
2 parents 9d1c0ed + 6efbe2d commit 95db53a

File tree

4 files changed

+2
-14
lines changed

4 files changed

+2
-14
lines changed

Auto-Image.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3318,8 +3318,8 @@ function applyTheme() {
33183318
</label>
33193319
</div>
33203320
<div class="wplace-row" style="display: flex;">
3321-
<button id="selectAllBtn" class="wplace-btn">Select All</button>
3322-
<button id="unselectAllBtn" class="wplace-btn">Unselect All</button>
3321+
<button id="selectAllBtn" class="wplace-btn" style="flex: 1;">Select All</button>
3322+
<button id="unselectAllBtn" class="wplace-btn" style="flex: 1;">Unselect All</button>
33233323
<button id="unselectPaidBtn" class="wplace-btn">Unselect Paid</button>
33243324
</div>
33253325
<div id="colors-container" class="wplace-color-grid"></div>

themes/classic-light.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,3 @@
480480
border-radius: 8px !important;
481481
border: 1px solid rgba(0, 0, 0, 0.1) !important;
482482
}
483-
484-
.wplace-row .wplace-btn {
485-
flex: 1;
486-
}

themes/classic.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,3 @@
651651
border-radius: 12px;
652652
box-shadow: 0 0 20px rgba(0,0,0,0.5);
653653
}
654-
655-
.wplace-row .wplace-btn {
656-
flex: 1;
657-
}

themes/neon.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,3 @@
401401
box-shadow: 0 0 30px rgba(0, 255, 65, 0.5) !important;
402402
font-family: 'Press Start 2P', monospace !important;
403403
}
404-
405-
.wplace-row .wplace-btn {
406-
flex: 1;
407-
}

0 commit comments

Comments
 (0)