File tree Expand file tree Collapse file tree 6 files changed +55
-14
lines changed Expand file tree Collapse file tree 6 files changed +55
-14
lines changed Original file line number Diff line number Diff line change @@ -414,6 +414,32 @@ export const asideSponsors: ISponsor[] = [
414
414
filter : "grayscale(1) opacity(0.6) invert(0.1)" ,
415
415
} ,
416
416
} ,
417
+ {
418
+ tier : {
419
+ name : "$1000 a month" ,
420
+ isOneTime : false ,
421
+ } ,
422
+ sponsorEntity : {
423
+ __typename : "Organization" ,
424
+ login : "driz.link/sentry" ,
425
+ name : "Sentry" ,
426
+ avatarUrl :
427
+ '<svg width="1200" height="1200" viewBox="0 0 1200 1200" fill="none" xmlns="http://www.w3.org/2000/svg"></svg>' ,
428
+ } ,
429
+ createdAt : "2024-06-07T13:32:16Z" ,
430
+ isActive : true ,
431
+ imageType : ImageType . SVG ,
432
+ darkStyle : {
433
+ filter : "brightness(0.3)" ,
434
+ background :
435
+ 'url("/svg/sentry-dark.svg") 0% 0% / contain no-repeat content-box' ,
436
+ } ,
437
+ lightStyle : {
438
+ filter : "invert(0.6)" ,
439
+ background :
440
+ 'url("/svg/sentry-light.svg") 0% 0% / contain no-repeat content-box' ,
441
+ } ,
442
+ } ,
417
443
{
418
444
tier : {
419
445
name : "$1000 a month" ,
@@ -441,5 +467,5 @@ export const asideSponsors: ISponsor[] = [
441
467
background :
442
468
'url("/images/mooncake.png") 0% 0% / contain no-repeat content-box' ,
443
469
} ,
444
- }
470
+ } ,
445
471
] ;
Original file line number Diff line number Diff line change @@ -511,6 +511,30 @@ export const customSponsors: ISponsor[] = [
511
511
isActive : true ,
512
512
imageType : ImageType . SVG ,
513
513
} ,
514
+ {
515
+ tier : {
516
+ name : "$1000 a month" ,
517
+ isOneTime : false ,
518
+ } ,
519
+ sponsorEntity : {
520
+ __typename : "Organization" ,
521
+ login : "driz.link/sentry" ,
522
+ name : "Sentry" ,
523
+ avatarUrl :
524
+ '<svg width="1200" height="1200" viewBox="0 0 1200 1200" fill="none" xmlns="http://www.w3.org/2000/svg"></svg>' ,
525
+ } ,
526
+ createdAt : "2025-01-23T16:35:56Z" ,
527
+ isActive : true ,
528
+ imageType : ImageType . SVG ,
529
+ darkStyle : {
530
+ background :
531
+ 'url("/svg/sentry-dark.svg") 0% 0% / cover no-repeat content-box' ,
532
+ } ,
533
+ lightStyle : {
534
+ background :
535
+ 'url("/svg/sentry-light.svg") 0% 0% / cover no-repeat content-box' ,
536
+ } ,
537
+ } ,
514
538
{
515
539
tier : {
516
540
name : "$1000 a month" ,
Original file line number Diff line number Diff line change @@ -436,18 +436,7 @@ for (let i = 0; i < goldSponsors.length - 1; i += 2) {
436
436
}
437
437
}
438
438
439
- @media screen and (max-height: 902px) {
440
- body:has(#banner) .aside-sponsors__sponsor {
441
- height: 62px;
442
- }
443
-
444
- body:has(#banner) .aside-sponsors__sponsor-image {
445
- height: 40px;
446
- width: 40px;
447
- }
448
- }
449
-
450
- @media screen and (max-height: 860px) {
439
+ @media screen and (max-height: 935px) {
451
440
body:not(:has(#banner)) .aside-sponsors__sponsor {
452
441
height: 62px;
453
442
}
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ const toasts = [
253
253
}
254
254
}
255
255
256
- @media screen and (max-height: 766px ) {
256
+ @media screen and (max-height: 828px ) {
257
257
body:not(:has(#banner)) .toasts-wrap {
258
258
display: none;
259
259
}
You can’t perform that action at this time.
0 commit comments