summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-11-10 16:53:31 -0500
committerryderr <r@okfoc.us>2014-11-10 16:53:31 -0500
commitfc1c87b875d7a978747a819088883b6141f277f2 (patch)
treebda014e25cef2bd355a14819ec4459bdcf175dba
parentff6ba4b914d56324765b369467a2daf4e2612da8 (diff)
settings overlap fix
-rwxr-xr-xpublic/assets/stylesheets/app.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 2bdd64f..8c9a945 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -3078,3 +3078,9 @@ a[data-role="forgot-password"] {
display:none;
}
}
+
+@media (max-height: 680px) {
+ .settings {
+ right: 80px;
+ }
+} \ No newline at end of file