forked from bmFtZQ/edge-frfox
-
Notifications
You must be signed in to change notification settings - Fork 2
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
update #3
Open
jannikbuscha
wants to merge
139
commits into
jannikbuscha:main
Choose a base branch
from
bmFtZQ:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
update #3
Conversation
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
Adjust tag and frame styles. Fix the problem of tag highlights covering active tag.
…or value to lwt-accent-color, make rounded corners not default, hide the separator of adjacent tabs, remove active tab bold
Update theme styling to the Phoenix design
… devtool, update visual to latest Pheonix redesign
Update avatar icon visual on tab bar
Update floating tab shadow style
Fix for issue when using websites such as twitter.com or apple.com where the backdrop-filter property caused the rounded corners to disappear. To fix this, the corners are added as an overlay on top of the browser instead of clipping the corners of the browser element.
This adds support for placing the window control buttons inside the navbar on Linux/GTK platforms. Also fixes bug with window controls appearing in fullscreen mode on Windows.
Fixes missing window controls when the hide-tabs-bar tweak is enabled.
Fixes a misaligned menu items in Firefox 124. Also adds icons for recording indicators (screen, microphone, camera).
In the newest version of Edge, tabs now have a border-radius of 8px and the shadow has been removed.
Removes rule applied to `about:blank` that also applied to iframes, causing issues if they are supposed to be transparent.
Mozilla seems to have removed `:-moz-lwtheme` in favour of using `:root[lwtheme]` instead.
Adds support for the responsive design mode toolbar with the rounded corners tweak.
Adds MARK: comments that show in the VS Code minimap to help navigating the large files. Also fixes issues with the Sidebery theme colour and space for the title bar buttons appearing when in fullscreen mode on macOS.
In this case the issue was that the `#urlbar-input-container` element now uses a class instead of an ID.
Updates the wording of the disable-drag-space tweak description in the readme file.
Applies some styles to the sidebar, even if the hide-tabs-bar and sideberry theme tweaks are enabled.
Add the option for hiding the window controls when using the hide-tabs-bar tweak: `uc.tweak.hide-tabs-bar.no-window-controls`. This can be enabled on its own or along with the existing tweak.
Fixes the additional space under the bookmarks toolbar when using rounded corners.
Add "Hide tab close button"
* Firefox 133 added window controls to the nav-bar, which also added titlebar-spacers which needed the scope limited to TabsToolbar. * Firefox 133 also changed the urlbar popup width calculation.
Fixes missing window controls on Firefox 133 beta, Mozilla added new window controls to the nav-bar element, so they can be used instead of positioning the tabs-toolbar window controls. The latter can still be done as a fallback for older versions of Firefox.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.