Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

There is a small margin between the close button and the upper right corner of the screen Vol.2

  • 3 réponses
  • 1 a ce problème
  • 4 vues
  • Dernière réponse par hsp3kala

more options

Hi everyone,

A few months ago I had this question:

https://support.mozilla.org/en-US/questions/1217430

I had fixed this problem with the solution provided in the answer of that question back then. Unfortunately, after the firefox's 65 update has been installed, this fix with userChrome.css doesn't work anymore. Is there a way to fix this in firefox 65 for linux ?

Hi everyone, A few months ago I had this question: https://support.mozilla.org/en-US/questions/1217430 I had fixed this problem with the solution provided in the answer of that question back then. Unfortunately, after the firefox's 65 update has been installed, this fix with userChrome.css doesn't work anymore. Is there a way to fix this in firefox 65 for linux ?

Solution choisie

Try this selector to set the margin.

.titlebar-buttonbox toolbarbutton { }
Lire cette réponse dans son contexte 👍 1

Toutes les réponses (3)

more options

Which userChrome.css did you use? Maybe the updated browser doesn't support the css you used and it needs to be updated.

more options

Solution choisie

Try this selector to set the margin.

.titlebar-buttonbox toolbarbutton { }
more options

cor-el said

Try this selector to set the margin.
.titlebar-buttonbox toolbarbutton { }

Firstly, thank you all for your replies.

This selector mentioned above worked! Thank you very much.

For everyone that needs a fix for this problem, the code for userChrome.css is:


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

.titlebar-buttonbox toolbarbutton {margin-top:-2px!important;

margin-right:-5px!important;}