Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Add space between rightmost tab and new tab button

  • 1 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

I am using userchrome.css to get trapezoidal tabs. It worked fine until recent FF updates. Now the new tab "+" is too close the farthest right tab when lots of tabs are open, and it is difficult to click on it. Is there a way to add some padding between the last tab and the "+" or to bring the "+" in front of the tab like the ">"?

Thanks

I am using userchrome.css to get trapezoidal tabs. It worked fine until recent FF updates. Now the new tab "+" is too close the farthest right tab when lots of tabs are open, and it is difficult to click on it. Is there a way to add some padding between the last tab and the "+" or to bring the "+" in front of the tab like the ">"? Thanks

Tất cả các câu trả lời (1)

more options

Try to add a margin-left of the new tab button. There are two mew tab button and one of them can be moved via customize mode.

/* NEWTAB button */
#tabs-newtab-button { margin-left: 10px !important; }
#new-tab-button     { margin-left: 10px !important; }