vertical_bookmarks_toolbar.css: Make PlacesToolbar flow vertically

This commit is contained in:
MrOtherGuy 2022-12-14 21:36:25 +02:00
parent 0c0ba80f0b
commit b1bae62e32

View file

@ -30,7 +30,8 @@ See the above repository for updates as well as full license text. */
scrollbar-width: none; scrollbar-width: none;
height: 100vh; height: 100vh;
} }
#PlacesToolbar,
#PersonalToolbar > #personal-bookmarks > #PlacesToolbar > hbox{ #PersonalToolbar > #personal-bookmarks > #PlacesToolbar > hbox{
-moz-box-orient: vertical !important; -moz-box-orient: vertical !important;
} }