-
-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Compatibility - Windows photon-style's compact mode with maximiz…
…ed top padding #384
- Loading branch information
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e37743c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, I just want to let you know that this commit re-opens the bug mentioned in #370 (comment).
AFAIK, you fixed this issue with this code:
However, the code you introduced in this commit broke it.
To temporarily fix the issue, I did this:
/*= Titlebar Container Size At Photon-Style Compact Maximized #384 ===========*/ :root[tabsintitlebar][sizemode="maximized"] #titlebar { > /* appearance: unset !important; */ }
Hopefully, you can provide a better fix than what I did.
e37743c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for reporting.
This issue is more tricky than I thought.
e37743c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I got it. I just added the value of your previous fix to this commit:
/*= Titlebar Container Size At Photon-Style Compact Maximized #384 ===========*/ :root[tabsintitlebar][sizemode="maximized"] #titlebar { appearance: unset !important; > padding-top: 8px; }
After doing that, everything went back to normal.
e37743c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your suggestion. I will test it at Win7/8/10, Mac, and Linux on the weekend.
Judging from what I've seen so far, many side effects have occurred.