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:
parent
a435e7507f
commit
4653c3ee7e
1 changed files with 4 additions and 4 deletions
|
@ -39,9 +39,9 @@ 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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue