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

URL bar is truncated on laptop (13.3') if one_liner enabled and there are many tabs #472

Closed
3 of 13 tasks
zptan opened this issue Sep 19, 2022 · 5 comments
Closed
3 of 13 tasks
Labels
Class::Layout-Others Layout issues except Padding and Size issues Component::URLbar URL(address), search field or view Env::Windows Issues on Windows10, Windows11, unknown windows Issue::Bug Something isn't working

Comments

@zptan
Copy link

zptan commented Sep 19, 2022

Lepton v6.2.0
one_liner enabled

Describe the bug
As the title says, on small display (13.3')

image

Expected behavior
The URL bar shows after switching to a bigger monitor (27')

image

Screenshots

Environment:

user.js setup
// Your settings

Additional context

Suggestion
Reserve a size / length for the URL bar

@zptan zptan added the Issue::Bug Something isn't working label Sep 19, 2022
@black7375
Copy link
Owner

black7375 commented Sep 19, 2022

Here are two alternative options.

@black7375 black7375 added Env::Windows Issues on Windows10, Windows11, unknown windows Class::Layout-Others Layout issues except Padding and Size issues Component::URLbar URL(address), search field or view labels Sep 19, 2022
@zptan
Copy link
Author

zptan commented Sep 19, 2022

Thx, actually I mean the URL bar is too short in small display even the iconbox has been removed

Can we reserve a size / length for the URL bar?

image

@zptan
Copy link
Author

zptan commented Sep 27, 2022

Thx, I've applied the patch, but seems the URL bar is still short, is there any option / parameter to adjust the length of the URL bar?

@black7375
Copy link
Owner

You can use custom css.
However, smaller screens can cause side effects such as buttons going out.

#urlbar-container {
  --uc-oneliner-urlbar-base-width: 50px;
}

@zptan
Copy link
Author

zptan commented Sep 28, 2022

I'll try, thx for your replies.

@zptan zptan closed this as completed Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Class::Layout-Others Layout issues except Padding and Size issues Component::URLbar URL(address), search field or view Env::Windows Issues on Windows10, Windows11, unknown windows Issue::Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants