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.

Learn More

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

Add more bookmark items to toolbar using userChrome.css

  • 1 件の返信
  • 1 人がこの問題に困っています
  • 2 回表示
  • 最後の返信者: 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

選ばれた解決策