搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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

  • 3 个回答
  • 1 人有此问题
  • 4 次查看
  • 最后回复者为 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 ?

被采纳的解决方案

Try this selector to set the margin.

.titlebar-buttonbox toolbarbutton { }
定位到答案原位置 👍 1

所有回复 (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

选择的解决方案

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;}