Mozilla 도움말 검색

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

자세히 살펴보기

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.