mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
vertical_bookmarks_toolbar.css: Make PlacesToolbar flow vertically
This commit is contained in:
parent
0c0ba80f0b
commit
b1bae62e32
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue