搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

v109.0 cuts of bottom of all my bookmarks toolbar - Win10-64

more options

I love Firefox!!! But ..

After I updated I an no longer see the bottom 20% of the text in my All Bookmarks->Bookmarks toolbar where my toolbar only displays the text of the drop down name.

It seems to be a recurring issue where new versions really mess up the spacing in the drop down menus of the toolbar mostly (not this time).

My menus are just Perfect now .. although I'd love for the menus shown in the 'manage bookmarks' window to have Exactly the same spacing as the Firefox toolbar menus (the 'manage bookmarks' window has Much larger spacing and is a bit of a pain to use due to this).

Here's my no doubt primitive userChrome.css

menupopup:not(.in-menulist) > menuitem, 
menupopup:not(.in-menulist) > menu {
  padding-block: 3px !important; /* reduce to 3px, 2px, 1px or 0px as needed */ 
  min-height: unset !important; /* v92.0 - for padding below 4px */
}
:root {
  --arrowpanel-menuitem-padding: 4px 8px !important;
}

#placesList treechildren::-moz-tree-cell-text {
  font-size: 11px !important; 
}
#placesList treechildren::-moz-tree-row {
  max-height: 10px !important; 
  padding-bottom: 0px !important;
  margin-bottom: -3px !important
}

I love Firefox!!! But .. After I updated I an no longer see the bottom 20% of the text in my All Bookmarks->Bookmarks toolbar where my toolbar only displays the text of the drop down name. It seems to be a recurring issue where new versions really mess up the spacing in the drop down menus of the toolbar mostly (not this time). My menus are just Perfect now .. although I'd love for the menus shown in the 'manage bookmarks' window to have Exactly the same spacing as the Firefox toolbar menus (the 'manage bookmarks' window has Much larger spacing and is a bit of a pain to use due to this). Here's my no doubt primitive userChrome.css <pre><nowiki>menupopup:not(.in-menulist) > menuitem, menupopup:not(.in-menulist) > menu { padding-block: 3px !important; /* reduce to 3px, 2px, 1px or 0px as needed */ min-height: unset !important; /* v92.0 - for padding below 4px */ } :root { --arrowpanel-menuitem-padding: 4px 8px !important; } #placesList treechildren::-moz-tree-cell-text { font-size: 11px !important; } #placesList treechildren::-moz-tree-row { max-height: 10px !important; padding-bottom: 0px !important; margin-bottom: -3px !important }</nowiki></pre><br>
已附加屏幕截图

由cor-el于修改

所有回复 (2)

more options

Icons came back, but the bottoms of items on the bar were still truncated?

Okay, look at the .bookmark-item rule next.

more options

Actually - I was mistaken. The personal-bookmarks (1st rule) Was necessary to change the horizontal spacing.

If I Removed the boomark-item rule, the toolbar text is no longer truncated at the bottom, but .. the Vertical spacing of the bookmark drop downs is much Larger, which is not what I want.

I found that if I kept that bookmark-item rule but changed the height in bookmark item from 1.7 to 1.65 that the toolbar text was no longer cut off at the bottom and the slight loss of vertical spacing was acceptable so ... YES .. I'm basically happy with my Win10 userChrome as far as the bookmark menus go.

If I could figure a way to reduce the vertical spacing from the 'manage bookmarks' window - I'd be quite happy!! In many ways that's much easier to use when attempting to drag a bookmark into the menus as if you have multiple levels of menus it's sooo easy for them to collapse While you're trying to drag.

I tried changing the delay a while back (I forget where) and it would work with a longer delay possibly until I restared Firefox and then it seem to revert back to the Very short delay before a menu collapses when trying to navigate thru it with the mouse.

I'll have to see if I can just make some similar adjustments to MacOS Firefox (which got Totally hosed for me as far as menus went) later this evening.

Thanks for you assistance and patience!!!

由FireFoxCustomWannabe于修改

  1. 1
  2. 2