-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
Ver 7.0.0 Feedback Thread #511
Merged
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
This reverts commit be059f2.
Thanks, I understand now. I tested it and... looks very nice! It's nice addition to |
…serChrome.combined.nav_button.normal`
The anti-aliasing of the SVG stroke is insufficient.
Remove `-moz-document` warning to make other warnings visible. sass/sass#3182 (comment) There is also some improvement of compilation time by reducing the output.
9 tasks
black7375
added
Issue::Enhancement
New feature or request
Priority::High
Solve and focus on it first
labels
Apr 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Describe the PR
As mentioned in #453 , The purpose is to implement various UI.
Tab #326
userChrome.tab.bar_separator
userChrome.tab.bottom_rounded_corner.all
userChrome.tab.bottom_rounded_corner.australis
userChrome.tab.bottom_rounded_corner.edge
userChrome.tab.bottom_rounded_corner.chrome
userChrome.tab.bottom_rounded_corner.chrome_legacy
userChrome.tab.bottom_rounded_corner.wave
userChrome.tab.close_button_at_hover.with_selected
Tab Bar
userChrome.tabbar.fill_width"
Support for tabs filling available width #458userChrome.tabbar.multi_row
I'd like to use multirow from MrOtherGuy with Lepton #315userChrome.tabbar.unscroll
URL Bar & View
userChrome.hidden.urlbar_iconbox.label_only
userChrome.rounding.square_urlView_item
userChrome.urlbar.iconbox_with_separator
userChrome.urlView.as_commandbar
userChrome.urlView.full_width_padding
userChrome.urlView.focus_item_border
Photon like components #399
userChrome.decoration.panel_button_separator
userChrome.decoration.panel_arrow
Counter
userChrome.counter.tab
userChrome.counter.bookmark_menu
Combined
userChrome.combined.nav_button
userChrome.combined.nav_button.home_button
userChrome.combined.urlbar.nav_button
userChrome.combined.urlbar.home_button
userChrome.combined.urlbar.reload_button
userChrome.combined.sub_button.none_background
userChrome.combined.sub_button.as_normal
Others
userChrome.padding.toolbar_button.compact
userChrome.navbar.as_sidebar
userChrome.bookmarkbar.multi_row
userChrome.findbar.floating_on_top
userChrome.hidden.titlebar_container
Feature request: Add option to hide “Minimize”, “Maximize” and “Close” buttons #550It is not yet stabilized API, and there may be changes before merging.
Setup - Please refer Wiki:Installation Guide
Screenshots
I'd like to show you some use cases.
Inspired by qutebrowser.
You can browse only with the keyboard using the Vim shortcut and Caret Browsing.
keyboard_browsing.mp4
If you want
Status Bar
, use Waterfoxuser.js
Photon style to support multirow.
photon_with_multirow.mp4
user.js
Set up combined UI like Australis.
At the same time, it applies a gaming feeling like Opera GX.
australis_like_theme.mp4
user.js
userChrome.css
Minimal settings to get a look and fill for Chrome.
chrome_like_theme.mp4
user.js
Concept of proof for UI similar to Arc Browser.
arc_browser_like_theme.mp4
First, Open
Customize toolbar
, then activateTitle Bar
orMenu Bar
.Configs
userChrome.hidden.tabbar
totrue
userChrome.hidden.urlbar_iconbox
totrue
userChrome.hidden.urlbar_iconbox.label_only
totrue
userChrome.navbar.as_sidebar
totrue
userChrome.urlView.as_commandbar
totrue
Additional context
You can suggest compatibility issues, option names, etc.