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

Commit

Permalink
Merge pull request #1827 from mozilla/issue-1748
Browse files Browse the repository at this point in the history
fix(style): tos/pn layout overlap
  • Loading branch information
zaach committed Nov 11, 2014
2 parents eb1a61b + 53d8a7b commit cd5f023
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/styles/_media_queries.scss
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ only screen and (orientation:landscape) and (min-width:481px) and (max-height:48
}
}

@media only screen and (max-height:568px) {
@media only screen and (max-height:$settings-ui-height) {
#legal-footer {
margin: 10px 0 0 0;
position: relative;
Expand Down
5 changes: 5 additions & 0 deletions app/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,13 @@ $short-transition: 150ms;
$medium-transition: $short-transition * 3;
$long-transition: $short-transition * 7;

//Settings UI Height Hack
$settings-ui-height: 630px;

//Avatar Variables
$avatar-size: 240px;

//Font Mixins
@mixin font() {
font-family: $default-font;
}
Expand Down

0 comments on commit cd5f023

Please sign in to comment.