Last active
December 1, 2017 06:11
-
-
Save sogoo/4644583 to your computer and use it in GitHub Desktop.
MultiColumn Bookmarks 4 Firefox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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