Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

Hide Responsive Design Mode Resize Corner?

  • 1 resposta
  • 1 tem este problema
  • 12 visualizações
  • Última resposta por cor-el

more options

It would be nice to not have the little resize grabber icon/control in the bottom right corner of the screen when in Responsive Design Mode as it shows in screen shots. It doesn't seem like it is possible to hide it or have it not show in screen shots. Is there a way? If so, how? If not, what is the best way to get a feature request in front of Moz devs?

It would be nice to not have the little resize grabber icon/control in the bottom right corner of the screen when in Responsive Design Mode as it shows in screen shots. It doesn't seem like it is possible to hide it or have it not show in screen shots. Is there a way? If so, how? If not, what is the best way to get a feature request in front of Moz devs?
Capturas de ecrã anexadas

Todas as respostas (1)

more options

You can add code to the userChrome.css file below the default @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

.browserContainer.responsive-mode .browserStack .viewport-resize-handle       {opacity:0}
.browserContainer.responsive-mode .browserStack .viewport-resize-handle:hover {opacity:1}

In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.

  • toolkit.legacyUserProfileCustomizations.stylesheets = true