We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I modified the style in personalbar.css to make the bookmark bar compact. If possible, I hope these parameters can be configured in about: config
:root { /* --bookmark-block-padding: 6px !important; --bookmark-inline-padding: 6px !important; --bookmark-block-margin: 2px !important; --bookmark-inline-margin: 2px !important; --uc-bookmark-toolbar-padding-bottom: 2px; */ --bookmark-block-padding: 0px !important; --bookmark-inline-padding: 2px !important; --bookmark-block-margin: 1px !important; --bookmark-inline-margin: 2px !important; --uc-bookmark-toolbar-padding-bottom: 2px; --bookmarks-toolbar-overlapping-browser-height: calc(var(--uc-bookmark-toolbar-padding-bottom) + 16px + (var(--bookmark-block-margin) + var(--bookmark-block-padding)) * 2) !important; }
Include screenshot / video recording if possible.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I modified the style in personalbar.css to make the bookmark bar compact. If possible, I hope these parameters can be configured in about: config
before and after comparison
Include screenshot / video recording if possible.
The text was updated successfully, but these errors were encountered: