Skip to content

Instantly share code, notes, and snippets.

@sogoo
Last active December 1, 2017 06:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sogoo/4644583 to your computer and use it in GitHub Desktop.
Save sogoo/4644583 to your computer and use it in GitHub Desktop.
MultiColumn Bookmarks 4 Firefox
/* MultiColumn Bookmarks for Firefox */
#bookmarksMenu menupopup .scrollbox-innerbox, .bookmark-item[container="true"] menupopup .scrollbox-innerbox {
width: 650px !important; /*display width*/
/* width: 850px !important; *//*4 colonnes*/
display: table !important;
}
#bookmarksMenu .bookmark-item, .bookmark-item[container="true"] .bookmark-item {
min-width: 300px !important;/*title width*/
max-width: 300px !important;
margin-left: 8px !important;
}
#bookmarksMenu menupopup menuseparator, .bookmark-item[container="true"] menupopup menuseparator {
display: block !important;
margin-bottom: 8px !important;
}
#bookmarksMenu scrollbox, .bookmark-item[container="true"] scrollbox {
overflow-y: auto !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment