Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

URL Bar resizes when refresh/stop button is loaded #4303

Closed
srirambv opened this issue Sep 26, 2016 · 3 comments
Closed

URL Bar resizes when refresh/stop button is loaded #4303

srirambv opened this issue Sep 26, 2016 · 3 comments

Comments

@srirambv
Copy link
Collaborator

Did you search for similar issues before submitting this one?
Yes

Describe the issue you encountered:
URL Bar resizes when refresh/stop button is loaded

Expected behavior:
URL Bar size should remain same

  • Platform (Win7, 8, 10? macOS? Linux distro?):
    Windows 10 x64
  • Brave Version:
    0.12.2. RC4
  • Steps to reproduce:
    1. Open a new tab
    2. Type a site name and press enter
    3. When Refresh button is loaded, the size of the URL bar changes
  • Screenshot if needed:
    urlbar
  • Any related issues:
@luixxiul
Copy link
Contributor

luixxiul commented Sep 26, 2016

Haven't investigated well but it may be related with this ->

max-width: 900px;
&.titleMode {
padding-right: @centerOffset;
}
@media (max-width: @breakpointNarrowViewport) {
padding-right: 0;
}
@media (max-width: @breakpointNarrowViewport) {
width: 100%;
}

It could be so because extension button and bravery panel button have shortened the width of the url bar.

#4170

@srirambv
Copy link
Collaborator Author

Failing on Ubuntu with 0.12.3dev-RC1 build
url

@bsclifton
Copy link
Member

bsclifton commented Sep 27, 2016

This happens on macOS also (even with 0.12.1)

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

No branches or pull requests

7 participants