10000 Customize the address bar · Issue #2 · PROxZIMA/Sweet-Pop · GitHub
[go: up one dir, main page]

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

Customize the address bar #2

Closed
CoverageCraft opened this issue Feb 21, 2021 · 1 comment
Closed

Customize the address bar #2

CoverageCraft opened this issue Feb 21, 2021 · 1 comment

Comments

@CoverageCraft
Copy link

Is there any way to make the address bar longer?

image

@PROxZIMA
Copy link
Owner
PROxZIMA commented Feb 21, 2021

Look for following in userChrome.css

/* Move tabs 35% to right */
#TabsToolbar {
    margin-left: 32vw !important;
    width: 68vw !important;
}

/* Move navigation 65% to left and negative margin to move to top line */
#nav-bar {
    max-height: 28px !important;
    margin-right: 68vw !important;
    margin-top: -28px !important;
    width: 32vw !important;
    background: transparent !important;
    z-index: 1;
}

Here margin-left under TabsToolbar & margin-right under nav-bar is what you need to edit. If you increase one then make sure to decrease the other so that they both sum up to 100.
x vw means x% of viewport's(screen) width. So increase margin-left to increase address bar size.

Also it will be better to move the add-ons to the dropdown menu :)

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

No branches or pull requests

2 participants
0