this post was submitted on 15 Apr 2024
2 points (100.0% liked)

Firefox Customs

3 readers
1 users here now

Chat with us!

Post your unsupported Firefox customizations here!

From the makers of r/FirefoxCSS

Links

Related

Rules

  1. Posts must have flair!
  2. Posts cannot be memes/shitposts. They should be about Firefox customization with CSS.
  3. Please be civil. Bear in mind that many users come here for help and would be turned off by insults and rudeness.
  4. When posting large amount of code use a service dedicated to hosting text snippets, such as pastebin, hastebin, github gist or equivalent. Relatively short snippets can be wrapped in code-block for inline viewing.
  5. Do NOT use url-shorteners or link to compressed downloads (such as zip or rar) when sharing code.

founded 1 year ago
MODERATORS
 

I'm using MrOtherGuy's autohide_toolbox.css code it's excellent, but like 4 vertical pixels are gone at the top above the tabs, tried using this code, top doesn't get cut off but it doesn't hide the Bookmarks Toolbar while the setting of Always Shown is on, any help please.

Here's the comparison photos not edited open the 4k overscan test pattern in a separate window to display it correctly

you are viewing a single comment's thread
view the rest of the comments
[–] MrOtherGuy@lemmy.world 2 points 5 months ago (3 children)

I have no idea why that kind of thing would happen, but you might be able to fix it simply be moving the thing downwards a bit:

:root[sizemode="maximized"] #navigator-toolbox{
  top: 8px;
}

Although, it also looks like maybe you are using some other styles as well which could be causing the issue, because this image here seems that tabs are kinda abnormal - but it's pretty hard to tell by such small image alone.

[–] nocabik125@fedia.io 1 points 5 months ago (2 children)

thank you for your quick reply, could you ELI5 it please, do I just add that line to your autohide_toolbox.css code or change a previous parameter, I tried both and it didn't change, also I have no themes or styles installed

[–] MrOtherGuy@lemmy.world 1 points 5 months ago (1 children)

I meant you to add it after autohide_toolbox code. It would only have an effect in maximized windows, since you said the issue only appears when window is maximized. I don't know what is going on if that has no effect at all.

[–] nocabik125@fedia.io 1 points 5 months ago

alright, so I added what you posted at the end of the autohide_toolbox code and it's still getting cropped at the top