>>106846981
/******************** Bookmarks bar icons only (no text) *********************/
toolbar[mode="icons"] .toolbarbutton-text { display:none !important; }
/************ Padding of the bookmarks (useful in compact mode) **************/
#PlacesToolbarItems .bookmark-item {
padding-top: 3px !important;
padding-bottom: 3px !important;
margin-inline: -1px !important;
}
/***************** Just make the menubar visible for God's sake **************/
:root[customtitlebar]{
--uc-menubar-height: 20px;
}
#navigator-toolbox{
-moz-window-dragging: drag;
padding-top: var(--uc-menubar-height) !important;
}
:root:not([chromehidden~="menubar"]) #toolbar-menubar{
position: fixed;
display: flex;
top: 0px;
height: var(--uc-menubar-height);
width: 100%;
overflow: hidden;
}
/******************** Hide menu bar in the fullscreen mode *******************/
:root:is([sizemode="fullscreen"],[chromehidden~="menubar"]){
--uc-menubar-height: 0px;
}