File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 106106 overflow : auto;
107107 display : flex;
108108 flex-direction : column;
109- gap : 16 px ;
109+ gap : 14 px ;
110110 background-color : transparent;
111111 }
112112 .pagetoc {
113- max-height : 52 % ;
113+ max-height : 48 % ;
114114 overflow : auto;
115115 border-left : 1px solid color-mix (in srgb, var (--table-border-color ) 70% , transparent);
116116 border-radius : 12px ;
119119 padding : 4px 4px ;
120120 }
121121 .sidesponsor {
122- max-height : 48 % ;
123- height : 48 % ;
122+ max-height : 52 % ;
123+ height : 52 % ;
124124 background-color : transparent;
125125 border : 1px solid color-mix (in srgb, var (--table-border-color ) 70% , transparent);
126126 border-radius : 8px ;
132132 backdrop-filter : blur (6px );
133133 }
134134 .sidesponsor img {
135- height : 45 % ;
136- max-height : 150 px ;
137- min-height : 95 px ;
135+ height : 50 % ;
136+ max-height : 180 px ;
137+ min-height : 110 px ;
138138 width : auto;
139- max-width : 78 % ;
140- padding : 10 px ;
139+ max-width : 86 % ;
140+ padding : 8 px ;
141141 object-fit : contain;
142142 align-self : center;
143143 flex : 0 0 auto;
155155 .sidesponsor : hover {
156156 display : grid !important ;
157157 grid-template-columns : auto minmax (0 , 1fr );
158- grid-template-rows : max-content minmax (0 , 1fr ) max-content ;
158+ grid-template-rows : max-content minmax (0 , 1fr ) auto ;
159159 grid-template-areas :
160160 "sponsor-image sponsor-title"
161161 "sponsor-description sponsor-description"
162162 "sponsor-cta sponsor-cta" ;
163163 column-gap : 8px ;
164- row-gap : 8 px ;
164+ row-gap : 10 px ;
165165 align-items : center;
166166 align-content : start;
167167 overflow : hidden;
172172 margin-left : 15px ;
173173 margin-right : 15px ;
174174 font-weight : 800 ;
175- font-size : var (--sponsor-title-font-size , clamp (1.28 rem , 7.2 cqw , 1.75 rem ));
176- line-height : 1.08 ;
175+ font-size : var (--sponsor-title-font-size , clamp (1.45 rem , 7.8 cqw , 2 rem ));
176+ line-height : 1.05 ;
177177 color : var (--sponsor-fg );
178178 overflow-wrap : anywhere;
179179 text-align : center;
235235 }
236236 .sidesponsor : hover .sponsor-cta {
237237 grid-area : sponsor-cta;
238- margin-top : 0 ;
239- margin-bottom : 4 px ;
240- padding : 10 px 14px ;
238+ margin-top : 22 px ;
239+ margin-bottom : 8 px ;
240+ padding : 9 px 14px ;
241241 box-sizing : border-box;
242242 max-width : 100% ;
243243 overflow : hidden;
261261 }
262262 }
263263 .sidesponsor-bsa {
264- max-height : 48 % ;
265- height : 48 % ;
264+ max-height : 52 % ;
265+ height : 52 % ;
266266 background-color : transparent;
267267 border : 1px solid color-mix (in srgb, var (--table-border-color ) 70% , transparent);
268268 border-radius : 8px ;
Original file line number Diff line number Diff line change 9797
9898 function getSponsorTitleFontSize ( title ) {
9999 if ( title . length > 45 ) {
100- return "1.25rem "
100+ return "1.35rem "
101101 }
102102
103103 if ( title . length > 28 ) {
104- return "1.35rem "
104+ return "1.55rem "
105105 }
106106
107107 return ""
You can’t perform that action at this time.
0 commit comments