File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed
Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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
429429html [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}
You can’t perform that action at this time.
0 commit comments