Skip to content

Commit

Permalink
Style the log-in screen to remain unaffected by an expanded side nav.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Aug 15, 2016
1 parent 9fbf808 commit 07500a0
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,12 @@ body { overflow-x: hidden; }
margin: 0 auto;
background-color: #fff;

/**
* 1. Dirty, but we need to override the .is-app-links-wrapper-open state
* when we're looking at the log-in screen.
*/
&.hidden-chrome {
left: 0;
left: 0 !important; /* 1 */
}

.navbar-right {
Expand Down

0 comments on commit 07500a0

Please sign in to comment.