diff options
| -rwxr-xr-x | public/assets/stylesheets/app.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 2bdd64f..e97ffa1 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -953,7 +953,7 @@ border-left: 1px solid black; } .editing .mx-scenery:hover, .editing .mx-scenery.picked { - border: 1px dashed #000; + border: 15px dashed yellow; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; @@ -3078,3 +3078,9 @@ a[data-role="forgot-password"] { display:none; } } + +@media (max-height: 650px) { + .settings { + right: 80px; + } +}
\ No newline at end of file |
