You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Expected behavior: Media queries for elements inside #urlInput need improving. It seems to me that we do not need max-width here at all. Here is my suggestion:
Set width: 135px to .WindowCaptionButtons, which seems to be static (correct if I'm wrong)
Set width: calc(100% - 135px) to .navbarMenubarFlexContainer
Remove max-width properties based on platforms from #urlInput
By doing these we should get this:
Platform (Win7, 8, 10? macOS? Linux distro?): Windows 10 JP
Describe the issue you encountered:
Expected behavior: Media queries for elements inside #urlInput need improving. It seems to me that we do not need max-width here at all. Here is my suggestion:
width: 135px
to.WindowCaptionButtons
, which seems to be static (correct if I'm wrong)width: calc(100% - 135px)
to.navbarMenubarFlexContainer
max-width
properties based on platforms from #urlInputBy doing these we should get this:
The text was updated successfully, but these errors were encountered: