fastaddons / SearchResultPreviews

This repository is for tracking bugs and documentation only
Other
7 stars 0 forks source link

The information sidebar issue #5

Open kubalav opened 1 year ago

kubalav commented 1 year ago

The results page is broken if there is an information sidebar.

Broken page:

image

fastaddons commented 1 year ago

Thanks for the report! I'll look into it in the next release 2.6 this week.

fastaddons commented 1 year ago

OK I've looked into it, but it's slightly more complicated than I expected. I will have to rebuild the "injection" so that the main content is not shifted, or resize the whole container, which then won't fit into the page on smaller screens... I'll try to experiment but probably sometime next week since I need to finish the server asap.

GrosBourrin commented 1 year ago

same problem here

GrosBourrin commented 1 year ago

found a trick 

in userContent.css  (for firefox) add this :  

@-moz-document domain("google.fr"), 
@-moz-document domain("google.com")  {
       * {             
                 --rhs-margin: 156px !important;                
       }
}