mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
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:
parent
714cd2eab5
commit
8d17fb1d64
1 changed files with 4 additions and 1 deletions
|
@ -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 */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue