搜索 | 用户支持

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

Learn More

Better way to close "X", the "find" bar at bottom of screen, close is way over to the right?

more options

I use on Ubuntu Linux (90.0.02). When you do a "find' on a page (ctrl-F) the bar appears at the bottom of the screen and you enter the text and search. But then, if you want to get rid of it, the "X" is all the way over to the right and there is no way to scroll the screen to get over to it. I have to move the whole Firefox browser way over to the left, and then resize the window really wide to the right in order to get to that "X". Shouldn't there be a better way to do that? Thanks

I use on Ubuntu Linux (90.0.02). When you do a "find' on a page (ctrl-F) the bar appears at the bottom of the screen and you enter the text and search. But then, if you want to get rid of it, the "X" is all the way over to the right and there is no way to scroll the screen to get over to it. I have to move the whole Firefox browser way over to the left, and then resize the window really wide to the right in order to get to that "X". Shouldn't there be a better way to do that? Thanks

所有回复 (3)

more options

You can press the ESC key to close the find bar.

more options

You can possibly use code in userChrome.css to move the close button to the left end.

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 */

.findbar-closebutton {-moz-box-ordinal-group:0}

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
more options

You probably know there was a bug in Firefox 92.0 where users with the Sidebar open had this problem. Firefox 92.0.1 was released today with a fix for this. Not sure how soon your package manager will have access.