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

Thick Extra Border from top when using bookmarkbar.multi_row with some other settings. #810

Open
2 of 9 tasks
KAGEYAM4 opened this issue Oct 27, 2023 · 3 comments
Open
2 of 9 tasks
Labels
Class::Size Consonant's size issues Component::Tabbar Tab or tabbar Difficult::Hard Issues that are difficult to solve or impossible Env::Linux Issues on Linux Issue::Bug Something isn't working

Comments

@KAGEYAM4
Copy link

KAGEYAM4 commented Oct 27, 2023

Describe the bug

I am using hide-tabbar , autohide - navbar, autohide bookmarkbar. A thick bar remains on top. Whenever the multi-row value crosses 1 , this happens.

Expected behavior

AutoHIde working perfectly.

Screenshots

image
image

OS

Linux

OS - Others

No response

Firefox Version

v119.0 (64-bit)

Distribution

Theme

Theme - More Info

No response

user.js setup

user.js setup
user_pref("userChrome.autohide.tabbar",                     false);
user_pref("userChrome.autohide.navbar",                     true);
user_pref("userChrome.autohide.bookmarkbar",                true);
user_pref("userChrome.autohide.toolbar_overlap",            true);
user_pref("userChrome.autohide.toolbar_overlap.allow_layout_shift", false);
user_pref("userChrome.autohide.page_action",                true);

user_pref("userChrome.hidden.tabbar",                       true);
user_pref("userChrome.hidden.sidebar_header",               true);
user_pref("userChrome.hidden.sidebar_header.vertical_tab_only", false);
user_pref("userChrome.hidden.urlbar_iconbox",               true);
user_pref("userChrome.hidden.bookmarkbar_label",            false);
user_pref("userChrome.hidden.disabled_menu",                true);

user_pref("userChrome.centered.urlbar",                     true);
user_pref("userChrome.centered.bookmarkbar",                true);

user_pref("userChrome.urlView.always_show_page_actions",    true);

user_pref("userChrome.sidebar.overlap",                     false);

user_pref("userChrome.bookmarkbar.multi_row",               true);

Additional context

No response

@KAGEYAM4 KAGEYAM4 added the Issue::Bug Something isn't working label Oct 27, 2023
@hdk5
Copy link

hdk5 commented Oct 27, 2023

Somewhat similar/related issue here, although the gap is not as big. It narrows down to userChrome.hidden.tabbar setting.
image
image

@black7375 black7375 added Env::Linux Issues on Linux Component::Tabbar Tab or tabbar Difficult::Hard Issues that are difficult to solve or impossible Class::Size Consonant's size issues labels Oct 28, 2023
@hdk5
Copy link

hdk5 commented Jan 28, 2024

bump, please

@black7375
Copy link
Owner

@hdk5 I'll look in it. thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Class::Size Consonant's size issues Component::Tabbar Tab or tabbar Difficult::Hard Issues that are difficult to solve or impossible Env::Linux Issues on Linux Issue::Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants