diff options
| author | ryderr <r@okfoc.us> | 2014-11-10 16:53:31 -0500 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-11-10 16:53:31 -0500 |
| commit | fc1c87b875d7a978747a819088883b6141f277f2 (patch) | |
| tree | bda014e25cef2bd355a14819ec4459bdcf175dba | |
| parent | ff6ba4b914d56324765b369467a2daf4e2612da8 (diff) | |
settings overlap fix
| -rwxr-xr-x | public/assets/stylesheets/app.css | 6 |
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 |
