black7375 / Firefox-UI-Fix

🦊 I respect proton UI and aim to improve it.
Mozilla Public License 2.0
5.35k stars 187 forks source link

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

Closed zptan closed 1 year ago

zptan commented 2 years ago

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
```javascript // Your settings ```

Additional context

Suggestion Reserve a size / length for the URL bar

black7375 commented 2 years ago

Here are two alternative options.

zptan commented 2 years ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

I'll try, thx for your replies.