File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed
Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 138138 right : 20px ;
139139 bottom : 20px ;
140140 z-index : 1000 ;
141- width : 340 px ;
141+ width : 320 px ;
142142 background : transparent;
143143 border-radius : 8px ;
144144 padding : 10px ;
199199
200200.left-sidebar-ad {
201201 display : block !important ;
202- width : 320 px !important ;
203- height : 60 px !important ;
202+ width : 300 px !important ;
203+ height : 300 px !important ;
204204 margin : 0 auto;
205205 background : # f8f9fa ;
206206 border-radius : 4px ;
207+ aspect-ratio : 1 / 1 !important ;
208+ min-width : 250px ;
209+ min-height : 250px ;
210+ max-width : 300px ;
211+ max-height : 300px ;
207212}
208213
209214/* Dark Mode Fixed Left Ad */
231236@media (min-width : 1400px ) {
232237 .fixed-left-ad {
233238 right : 40px ;
234- width : 370 px ;
239+ width : 320 px ;
235240 }
236241
237242 .left-sidebar-ad {
238- width : 350 px !important ;
239- height : 60 px !important ;
243+ width : 300 px !important ;
244+ height : 300 px !important ;
240245 }
241246}
242247
Original file line number Diff line number Diff line change 3737 < div class ="fixed-ad-wrapper ">
3838 < button class ="ad-close-btn " onclick ="closeAd() " aria-label ="Close advertisement "> ×</ button >
3939 < ins class ="adsbygoogle left-sidebar-ad "
40- style ="display:block "
40+ style ="display:block; width:300px; height:300px; "
4141 data-ad-client ="ca-pub-9818368894527523 "
4242 data-ad-slot ="7345696411 "
43- data-ad-format ="horizontal "
44- data-full-width-responsive ="false "> </ ins >
43+ data-ad-format ="square "
44+ data-full-width-responsive ="true "> </ ins >
4545 < script >
4646 ( adsbygoogle = window . adsbygoogle || [ ] ) . push ( { } ) ;
4747 </ script >
You can’t perform that action at this time.
0 commit comments