搜索 | 用户支持

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

详细了解

how do I get rid of the little box to the left of each bookmark in the bookmark toolbar?

  • 2 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 musicmaniac

more options

On my bookmarks toolbar, there is a little box to the left of each bookmark. The box causes the bookmarks to take up too much space, thus limiting the number of bookmarks I can get on the bar without using dropdowns. I don't like the little boxes, I don't want the little boxes. Please tell me how to get rid of the little boxes.

On my bookmarks toolbar, there is a little box to the left of each bookmark. The box causes the bookmarks to take up too much space, thus limiting the number of bookmarks I can get on the bar without using dropdowns. I don't like the little boxes, I don't want the little boxes. Please tell me how to get rid of the little boxes.

被采纳的解决方案

Those are icons, but you would still need to leave some space between the text labels. This is code I found here:

#personal-bookmarks .toolbarbutton-icon {
  display: none !important;
}
定位到答案原位置 👍 0

所有回复 (2)

more options

选择的解决方案

Those are icons, but you would still need to leave some space between the text labels. This is code I found here:

#personal-bookmarks .toolbarbutton-icon {
  display: none !important;
}
more options

Thanks. Once I went to a few of the links, I noticed the icons. They were only square boxes before. I just got rid of the icons, and the spaces between the text suit me fine. Appeciate the attention.