yiiyahui/Neptune-Firefox

This is annoying :'D (Different searchbar width for new tab and Recent Browsing firefox across devices or Firefox View)

Closed this issue · 5 comments

This happens because the forward and back buttons are hidden when they're not available, causing the toolbar width to change. If this bothers you, you can choose not to hide these buttons when they are inactive.
Look for #back-button[disabled], #forward-button[disabled] and remove them.

I want them to be hidden tho when they are not available, but you can change the search bar width making it wider when they are hidden so the tabs stay in their place

And is there a way to completely hide those? since i never use them

I found a way by adding this css

#context-navigation,
#context-sep-navigation {
  display:none !important;
}

#back-button,
#forward-button {
  display: none !important;
}

I hid the new tab button too but there is this extra space, how do I get rid of it?
image

1: Regarding the tab animation, please wait for the next update; it's almost done.
2: This isn't a width issue with the urlbar, and I don't think it's a problem.
3: You can hide any elements you want as long as you know what they are.
4: You need to replace the position of “#unified-extensions-button” with the position of "#tabs-newtab-button", and adjust

#TabsToolbar {
	padding: 0 calc(2 * var(--tab-min-height) + 3 * var(--toolbar-start-end-padding)) 12px 0 !important;
}