Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

Where is my separate STOP and RELOAD button

  • 3 përgjigje
  • 1 e ka hasur këtë problem
  • 200 parje
  • Përgjigjja më e re nga 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.

Zgjidhje e zgjedhur

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

https://lemmy. world/post/687686

Lexojeni këtë përgjigje brenda kontekstit 👍 0

Krejt Përgjigjet (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?

Ndryshuar nga jerriy

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

Zgjidhja e Zgjedhur

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

https://lemmy. world/post/687686

Ndryshuar nga Terry