firefox-csshacks
firefox-csshacks copied to clipboard
mulitrow booxmarks are just stacked
trafficstars
All my bookmarks re stacked one above the other on the left side of the browser linux firefox 104.02 My userChrome.css imports are:
@import "CustomCSSforFx/classic/css/tabs/tabs_multiple_lines_fx81.css"; /*Is there newer than 81? I didn't see it if there is*/
@import "firefox-csshacks/chrome/multi-row_bookmarks.css"; /**/
@import "config.css"; /**/
I attached both config files, ignore the .txt extension its the only way i could attach them as github wont allow css files to be attached userChrome.css.txt config.css.txt
There's that second block of extra rules you have in your userChrome.css:
#PersonalToolbar #PlacesToolbarItems {
overflow-x: visible !important;
overflow-y: visible !important;
display: inline-block !important;
}
That will certainly cause a problem you describe. Why do you have it - I mean what is its purpose?