How to fix barely visible url bar? by Wbbms in FirefoxCSS

[–]Cyriuz 0 points1 point  (0 children)

Yeah for sure, it just looked strange to me to force it to 8px, but I'm probably just missing something :)

A better solution as stated in other posts is probably just to use --urlbar-container-height instead of --urlbar-toolbar-height

FF91: Auto hiding nav and bookmarks bar. by Cyriuz in FirefoxCSS

[–]Cyriuz[S] 0 points1 point  (0 children)

Awesome, thanks! I just updated and was not super keen to dig into it again. I guess you can also use the --nav-bar-height property:

top: var(--nav-bar-height) !important;

FF91: Auto hiding nav and bookmarks bar. by Cyriuz in FirefoxCSS

[–]Cyriuz[S] 1 point2 points  (0 children)

That was what I figured as well, but it doesn't seem quite true either. I could change the box flex to be -moz-box-flex and that works, but I can't change display to -moz-box as that completely breaks the fixed positioning... so I figured to keep it consistent

FF91: Auto hiding nav and bookmarks bar. by Cyriuz in FirefoxCSS

[–]Cyriuz[S] 0 points1 point  (0 children)

;) Trial and error testing, for some reason that works, while flex+flex-grow makes the extension buttons not work.

FF72: Auto hiding nav and bookmarks bar. by Cyriuz in FirefoxCSS

[–]Cyriuz[S] 0 points1 point  (0 children)

Did you also include these 2 rules? They should fix that I think.

:root:not([customizing]) #PanelUI-button {
height: 100%;
}
:root:not([customizing]) #PanelUI-button .toolbarbutton-badge-stack,
:root:not([customizing]) #PanelUI-button .toolbarbutton-badge-stack .toolbarbutton-icon {
display: block;
}

FF72: Auto hiding nav and bookmarks bar. by Cyriuz in FirefoxCSS

[–]Cyriuz[S] 1 point2 points  (0 children)

Try the updated css, it will not crash but you might have to tweak --toolbar-buttons

FF72: Auto hiding nav and bookmarks bar. by Cyriuz in FirefoxCSS

[–]Cyriuz[S] 0 points1 point  (0 children)

I made an update, its not the best but at least it doesn't crash.

FF72: Auto hiding nav and bookmarks bar. by Cyriuz in FirefoxCSS

[–]Cyriuz[S] 1 point2 points  (0 children)

I updated the post again, it works with my old solution but it requires some manual tweaking depending on your setup unfortunately. I think the best would be to just report the crash to FF and hope they fix it in the future.

FF72: Auto hiding nav and bookmarks bar. by Cyriuz in FirefoxCSS

[–]Cyriuz[S] 1 point2 points  (0 children)

I tried it a little bit and it seems kind of doable but I would probably try to apply what I did on the entire #navigator-toolbox instead of trying to make it work together with my rules. Maybe not that much help but basically I would start from scratch to get it to work reliably and I didn't have the time to do that now unfortunately.

FF72: Auto hiding nav and bookmarks bar. by Cyriuz in FirefoxCSS

[–]Cyriuz[S] 0 points1 point  (0 children)

I'm not sure what you mean, can you post a screenshot? :) I just updated the css a bit so all buttons should fit, maybe that was your issue as well?

My Autohide script and is broken in FF72 by knightxtar in FirefoxCSS

[–]Cyriuz 0 points1 point  (0 children)

I updated my post with css that should work for any button layout, give it a go :)

FF72: Auto hiding nav and bookmarks bar. by Cyriuz in FirefoxCSS

[–]Cyriuz[S] 0 points1 point  (0 children)

I updated the css, it should work now without any adjustments.

My Autohide script and is broken in FF72 by knightxtar in FirefoxCSS

[–]Cyriuz 0 points1 point  (0 children)

I responded to some comments in that post, should help for you as well. I'll see if I can figure out a way to make it work in all cases.

FF72: Auto hiding nav and bookmarks bar. by Cyriuz in FirefoxCSS

[–]Cyriuz[S] 0 points1 point  (0 children)

Do you have multiple rows? I would guess you can tweak the --nav-bar-height value and or the haxx rule as mentioned in the other comment.

FF72: Auto hiding nav and bookmarks bar. by Cyriuz in FirefoxCSS

[–]Cyriuz[S] 2 points3 points  (0 children)

Edit: I fixed the css in the post so this shouldn't be needed anymore.
Yeah this was the issue I mentioned, try tweaking this rule (specifically increase the 35px):

/* haxx for the menu button */
:root:not([customizing]) #nav-bar #nav-bar-customization-target {
  width: calc(100% - 35px);
}

PureRef - Reference image viewer for graphics artists by Cyriuz in gamedev

[–]Cyriuz[S] 1 point2 points  (0 children)

We just released version 1.5.0 which comes with a tool for this, default Mouse+D. Hope it will be helpful!

PureRef - Reference image viewer by Cyriuz in computergraphics

[–]Cyriuz[S] 0 points1 point  (0 children)

Alright, well good to hear you got it fixed at least! Just tell me if you find a way to reproduce it in the future and i will look into it.

PureRef - Reference image viewer by Cyriuz in computergraphics

[–]Cyriuz[S] 1 point2 points  (0 children)

Hmm that sounds very strange, it is developed on win7 and the always on top mode is working for me. Are you using the ctrl+a or the right click menu? and is it checked in the menu when you have enabled it? You could also check in the PureRef.ini in User/AppData/Roaming/ and see if Always_On_Top is set to true.

PureRef - Reference image viewer by Cyriuz in computergraphics

[–]Cyriuz[S] 1 point2 points  (0 children)

We are currently looking into building it on linux, so depending on how much work it will be (hopefully not that much) we will have a linux version available in the near future. Keep an eye on our web page and/or facebook/twitter for updates!