Skip to content

Commit 3845855

Browse files
committed
Publish 2024-10-28
1 parent 7ac5a86 commit 3845855

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

elements/sponsors-top-short.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,8 @@ const cssText = `
391391
}
392392
.pie-badge-link {
393393
height: 7rem;
394+
position: relative;
395+
top: 0.5rem;
394396
width: 7rem;
395397
}
396398
}

styles/help-topic.css

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -417,33 +417,24 @@ html:not([data-p="p"]) .v2-help-banners {
417417
/* V2.1 */
418418

419419
.v2-banner-mobile,
420-
.v2-banner-pie {
420+
.v2-help-tiers {
421421
display: none;
422422
}
423423

424424
.v2-help-banners {
425-
grid: "large" auto / auto;
425+
grid: "left" auto / auto;
426426
margin-bottom: 0;
427427
}
428428

429429
html[data-p="p"] .page-grid-inside {
430-
--color-bg: #1f2342;
431-
--color-text: #a3b7ff;
432-
background-color: var(--color-bg);
433-
border-radius: 2rem;
434430
display: flex;
435431
margin-top: 1rem;
436432
}
437433

438-
html[data-p="p"] .page-grid-inside > :not(darkreader-backers-top-short) {
434+
html[data-p="p"] .page-grid-inside > :not(darkreader-pay-tiers) {
439435
display: none;
440436
}
441437

442-
html[data-p="p"] .page-grid-inside > darkreader-backers-top-short {
443-
--color-bg: #7245c6;
444-
--pie-gradient: linear-gradient(135deg, #d98be4 14%, #7575f4 58%, #38b4a8);
445-
}
446-
447438
.page-grid-side {
448439
margin-top: 0;
449440
}

0 commit comments

Comments
 (0)