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

2018-12-12. Paxmod 2.8-pre. Broken with Windows 7 and FF Developer 65.0b3 (64-bit) #27

Closed
bor8 opened this issue Dec 12, 2018 · 5 comments

Comments

@bor8
Copy link

bor8 commented Dec 12, 2018

image

@bor8
Copy link
Author

bor8 commented Dec 12, 2018

It works halfway when I check the inline title bar. But it's not fun because it's buggier than before.

@xeonight
Copy link

Same problem in Windows 10; with the Inline Titlebar checked, the minimize, maximize, and close buttons on the right are always the full height of the tab row, including when i increase it with blank tabs.

@xeonight
Copy link

Also: i can still navigate tabs like normal using CTRL+TAB and CTRL+SHIFT+TAB, and the close tab button works too.
image

@xeonight
Copy link

Update: #26 had a solution to anyone using FF65+ (i assume), but you have to edit the 'browser.css' file inside the extension XPI, which acts as an archive, I was able to do so using 7zip, but only after disabling the addon in my running Firefox (or quitting FF).

Quote:

Commenting out these titlebar attributes fixes it for FF65+.

/*#titlebar {
    visibility: var(--paxmod-titlebar-visibility);
    height: var(--tab-min-height) !important;
    margin-bottom: calc(0px - var(--tab-min-height)) !important;
}*/

/*#main-window[sizemode="maximized"] #titlebar {
    margin-bottom:calc(var(--paxmod-titlebar-margin) - var(--tab-min-height)) !important;
}*/

/*#main-window[sizemode="normal"] > #titlebar {
    display: var(--paxmod-titlebar-display);
}*/

I don't know how to do this without breaking FF64- so I'm not issuing a pull request.

Thank You B1czu

@numirias
Copy link
Owner

Seems like a duplicate of #25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants