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

Where is my separate STOP and RELOAD button

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

more options

There used to be a solution via userChrome.css:

/* separate stop and reload buttons */

  1. reload-button, #stop-button {
 display: -moz-box !important;

}

The above workaround no longer provides separate stop and reload buttons on the browser in the latest version of firefox.

There used to be a solution via userChrome.css: /* separate stop and reload buttons */ #reload-button, #stop-button { display: -moz-box !important; } The above workaround no longer provides separate stop and reload buttons on the browser in the latest version of firefox.

Giải pháp được chọn

"moz-box" is no more. See the post below (remove the blank space). Change to display : flex.

https://lemmy. world/post/687686

Đọc câu trả lời này trong ngữ cảnh 👍 0

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

more options

This is the second or third time that userChrome.css setting has been incapacitated by Firefox update.

What is the new hoop we have to jump so the above workaround works as it should? and have one separate stop button (x) and a separate reload button next to it with both simultaneously visible at all times?

Được chỉnh sửa bởi jerriy vào

more options

Install the Stop button and Reload button extensions, pin them to the toolbar and go into Customize mode to position them where you want. Don't forget to give them permission to run in private windows if you want to use them there.

more options

Giải pháp được chọn

"moz-box" is no more. See the post below (remove the blank space). Change to display : flex.

https://lemmy. world/post/687686

Được chỉnh sửa bởi Terry vào