搜索 | 用户支持

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

Learn More

Multirow Bookmarks

  • 2 个回答
  • 4 人有此问题
  • 2034 次查看
  • 最后回复者为 Ankit Padmani

more options

Hi, everyone. My multirow bookmarks no longer seem to work since my latest update to 107.0 (64 bit). My computer crashed and when it came back up Firefox no longer worked. I reinstalled it and have a bit of cleanup to do, but everything works now except my faithful (up-to-now) multirow toolbar. Here's the code in my userChrome.css file.

/* Multi-Row Bookmarks Toolbar */

  1. PersonalToolbar {
 /* Override max-height */
 min-height: unset !important;
 max-height: unset !important; */

}

  1. PlacesToolbar > hbox:first-child {
   display: block

}

  1. PlacesToolbarItems {
   display: flex;
   flex-wrap: wrap

}

Previously, this was in my profile folder. If I move this out of the profile folder, my browser works fine but there is no multi-row toolbar. If I put it back into the profile folder, I have a multi-row toolbar, but no contentd in the main window.

I am perplexed. Help? --elizabeth

Hi, everyone. My multirow bookmarks no longer seem to work since my latest update to 107.0 (64 bit). My computer crashed and when it came back up Firefox no longer worked. I reinstalled it and have a bit of cleanup to do, but everything works now except my faithful (up-to-now) multirow toolbar. Here's the code in my userChrome.css file. /* Multi-Row Bookmarks Toolbar */ #PersonalToolbar { /* Override max-height */ min-height: unset !important; max-height: unset !important; */ } #PlacesToolbar > hbox:first-child { display: block } #PlacesToolbarItems { display: flex; flex-wrap: wrap } Previously, this was in my profile folder. If I move this out of the profile folder, my browser works fine but there is no multi-row toolbar. If I put it back into the profile folder, I have a multi-row toolbar, but no contentd in the main window. I am perplexed. Help? --elizabeth

所有回复 (3)

more options

选择的解决方案

more options

Thank you. Worked great! --elizabeth

more options

cor-el said

See:

@cor-el, why do you think that problem exists in first place? Is it just coding error? My code is very similar to Elizabeth's code and I was facing the same problem.

Your insight will be helpful to understand the issue. Thank you.