Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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