chintanbanugaria / 92five

Self hosted project management application
Other
1.15k stars 207 forks source link

Logged in indicator doesn't stay all the way to the right on large-width windows #72

Closed bandgeekndb closed 9 years ago

bandgeekndb commented 9 years ago

I have a large 27" monitor at 1920x1080 and I noticed that the logged in indicator and logout button in the top bar don't stay to the far right when I have the browser maximized.

image

Once the browser passes 1200px wide, the largest media query kicks in and sets the container width to 1170px with auto margins. As the browser width continues to grow past 1200px, this adds a large margin to both sides, which keeps the logged in indicator from staying to the right. Note the orange bars in my screenshot indicating the margin for the container.

Doesn't affect usability at all, but I figured I'd report it all the same. Thanks for making a wonderful app, I'm looking forward to using this a lot!