当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

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

  • 22 件の返信
  • 0 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: FireFoxCustomWannabe

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