diff --git a/app/assets/stylesheets/darkswarm/animations.scss b/app/assets/stylesheets/darkswarm/animations.scss index 8a6efdc161..b3848777ba 100644 --- a/app/assets/stylesheets/darkswarm/animations.scss +++ b/app/assets/stylesheets/darkswarm/animations.scss @@ -125,9 +125,9 @@ transition: transform 0.2s ease-out; @media only screen and (min-width: 641px) { - -webkit-transform: translate(0, -10%); - -ms-transform: translate(0, -10%); - transform: translate(0, -10%); + -webkit-transform: translate(0, -5%); + -ms-transform: translate(0, -5%); + transform: translate(0, -5%); } } diff --git a/app/assets/stylesheets/darkswarm/modals.css.scss b/app/assets/stylesheets/darkswarm/modals.css.scss index 30b66eeb2b..3358848aca 100644 --- a/app/assets/stylesheets/darkswarm/modals.css.scss +++ b/app/assets/stylesheets/darkswarm/modals.css.scss @@ -29,8 +29,8 @@ dialog // Medium and up - when modal IS NOT full screen @media only screen and (min-width: 641px) { - top: 10%; - max-height: 80%; + top: 5%; + max-height: 90%; } }