Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting toolbars=none leaves a black horizontal line at top of window #578

Closed
ntwk opened this issue Aug 27, 2016 · 6 comments
Closed

Setting toolbars=none leaves a black horizontal line at top of window #578

ntwk opened this issue Aug 27, 2016 · 6 comments

Comments

@ntwk
Copy link

ntwk commented Aug 27, 2016

Issue type:
  • Bug report
Version:
Vimperator: 3.14.0 (created: 2016/06/07 23:58:16)
Firefox:    Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0
Description:

I am thinking about migrating from Pentadactyl to Vimperator and I am trying to replicate my Pentadactyl setup as closely as possible in Vimperator.

My preference would be to hide all Firefox and Vimperator GUI elements whever and whenever possible. I like to see nothing but a webpage surrounded by my window manager's border with all functionality being keyboard-driven.

The following lines in my .vimperatorrc file seem to get me most of the way there:

set noscrollbars
set statuslinevisiblity=hidden
set toolbars=none

However, setting toolbars to 'none' still leaves a black, one pixel tall horizontal line running across the top of the browser window.

I realize that this visual bug surely only matters to the aging, increasingly anal-retentive aesthete that I am, but a fix for this really would make me very happy. At one point Pentadactyl suffered from a similar issue, though it subsequently disappeared, which makes me think this can be fixed in Vimperator.

@timss
Copy link
Member

timss commented Aug 28, 2016

Please see the solution in #182, I believe that should fix your problem :-)

Personally I use this, which is a bit more specific as far as CSS goes.

style -name top1px chrome://* #navigator-toolbox::after { height: 0 !important; }

@ntwk
Copy link
Author

ntwk commented Aug 29, 2016

The solution you referenced in #182 seems to fix the problem. Thanks!

@timss
Copy link
Member

timss commented Aug 29, 2016

Great!

@timss timss closed this as completed Aug 29, 2016
@ArtemBan
Copy link

None of solutions worked for me. Firefox 54.0, linux.

@timss
Copy link
Member

timss commented Jul 10, 2017 via email

@ArtemBan
Copy link

Doesn't work in Firefox ESR too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants