Remove the 1px line at the top of F11-fullscreen windows?

Talk about code development, features, specific bugs, enhancements, patches, and similar things.
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.

This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.

Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
Agent Orange

adisib has solved it!

Unread post by Agent Orange » 2017-05-02, 18:59

adisib wrote:

Code: Select all

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

#fullscr-toggler {
  display: none !important;
}
:thumbup: :clap: ☝️ This works!

The 1px hotedge is gone! (Though, this makes F11 required to exit fullscreen…it's at least an excellent optional situation to have available, for sure!)

(I wonder what it would take to have it there, invisible, and removed from the document flow…something along the lines of position:absolute? :think: )