File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ function createScriptButton(script, isFavorite = false) {
333333 tooltip . innerHTML = t ( script . description ) ;
334334
335335 if ( script . description ?. img ) {
336- tooltip . innerHTML += `<img src="${ script . description . img } " style="width:80vw" />` ;
336+ tooltip . innerHTML += `<img src="${ script . description . img } "/>` ;
337337 }
338338 if ( script . description ?. video ) {
339339 let video = document . createElement ( "video" ) ;
Original file line number Diff line number Diff line change @@ -454,7 +454,7 @@ option {
454454 border-radius : 6px ;
455455 padding : 5px ;
456456 pointer-events : none ;
457- width : calc (100% - 40 px );
457+ width : calc (100% );
458458 position : absolute ;
459459 z-index : 1 ;
460460 top : 80% ;
@@ -463,6 +463,10 @@ option {
463463 transition : all .1s ;
464464 box-shadow : 0 2px 4px rgba (0 , 0 , 0 , 0.2 );
465465
466+ & img {
467+ max-width : 100% ;
468+ }
469+
466470 & * {
467471 color : @color_tooltip ;
468472 }
Original file line number Diff line number Diff line change 11# WORKING NOTES
22
3- ## 28/04/2024 - 24 /05/2024
3+ ## 28/04/2024 - 29 /05/2024
44
55- [ ] options page for smooth scroll: disable for specific sites, config smooth, ...
66
You can’t perform that action at this time.
0 commit comments