Skip to content

Instantly share code, notes, and snippets.

@odelrio
Created December 16, 2022 09:25
Show Gist options
  • Save odelrio/499827c1fd05bd6fabfdbc67b97cd7a6 to your computer and use it in GitHub Desktop.
Save odelrio/499827c1fd05bd6fabfdbc67b97cd7a6 to your computer and use it in GitHub Desktop.
Firefox roomy bookmarks (excluding folders)
.bookmark-item > .toolbarbutton-text {
margin-top: -1px !important;
}
.bookmark-item:not(:hover):not([open="true"]):not([container="true"]) > .toolbarbutton-text {
display: none !important;
}
#PlacesToolbarItems > .bookmark-item:not(:hover):not([open="true"]):not([container="true"]) > .toolbarbutton-icon[label]:not([label=""]) {
margin-inline-end: 0px !important;
}
.bookmark-item {
margin: -1px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment