搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Add more bookmark items to toolbar using userChrome.css

  • 1 回覆
  • 1 有這個問題
  • 159 次檢視
  • 最近回覆由 cor-el

more options

Greetings,

I'm trying to extend the height of my toolbar to add more bookmarks (see picture attached). So far I have been able to edit the CSS and extend the height but now I can't drag and drop bookmarks to the extended height. How can I add another row of bookmarks? Thank you.


  1. PersonalToolbar {
   overflow: clip;
   max-height: 7em;
   padding: 2px 6px 28px;

}

Greetings, I'm trying to extend the height of my toolbar to add more bookmarks (see picture attached). So far I have been able to edit the CSS and extend the height but now I can't drag and drop bookmarks to the extended height. How can I add another row of bookmarks? Thank you. #PersonalToolbar { overflow: clip; max-height: 7em; padding: 2px 6px 28px; }
附加的畫面擷圖

由 jstnfaler 於 修改

所有回覆 (1)

more options

選擇的解決方法