Update vertical_bookmarks_toolbar.css (#214)

This change makes compatible with pop-up windows. I use extensions that creates new pup-up windows and looks bad with that space in blank. this affects to other windows than don't use tabs.
This commit is contained in:
GodieGun
2022-10-08 00:41:17 -05:00
committed by GitHub
parent a435e7507f
commit 4653c3ee7e

View File

@@ -39,10 +39,10 @@ See the above repository for updates as well as full license text. */
#PersonalToolbar #PlacesToolbarItems > .bookmark-item{ padding-block: 4px !important; }
body > #browser,
body > #browser-bottombox,
#customization-container{
:root:not([chromehidden~="toolbar"]) body > #browser,
:root:not([chromehidden~="toolbar"]) body > #browser-bottombox,
:root:not([chromehidden~="toolbar"]) #customization-container{
margin-left: var(--uc-vertical-toolbar-width,0);
}
}
}