multi-row bookmarks: make items in the toolbar visible
This is just in case that Firefox logic would hide them on some condition even if they now can fit the toolbar.
This commit is contained in:
@@ -31,4 +31,7 @@ See the above repository for updates as well as full license text. */
|
||||
#PlacesChevron{ display: none }
|
||||
|
||||
/* Add some spacing between rows */
|
||||
#PlacesToolbarItems > .bookmark-item{ margin: var(--multirow-bmb-row-margin) 3px !important; }
|
||||
#PlacesToolbarItems > .bookmark-item{
|
||||
margin: var(--multirow-bmb-row-margin) 3px !important;
|
||||
visibility: visible !important; /* Just in case they would be hidden for some reason */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user