diff options
author | hellekin <hellekin@cepheide.org> | 2021-01-22 06:00:40 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2021-01-22 06:00:40 +0100 |
commit | bf087e092cc60defb307f4625333c97327283cc3 (patch) | |
tree | 9858c7c60a2bfc5aa96bc4e4d7e1380643a33184 | |
parent | 2e08ce8b691209238a55b821a4d13c96c545d24d (diff) | |
download | incommon-map-bf087e092cc60defb307f4625333c97327283cc3.tar.gz |
Move map to top
-rw-r--r-- | app/assets/stylesheets/application/_body.scss | 2 | ||||
-rw-r--r-- | app/assets/stylesheets/application/_map.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/application/_body.scss b/app/assets/stylesheets/application/_body.scss index 95bea4f..72d90df 100644 --- a/app/assets/stylesheets/application/_body.scss +++ b/app/assets/stylesheets/application/_body.scss @@ -65,7 +65,7 @@ body>aside { position: fixed; z-index: 1000; background-color: var(--incommon-clear85); - top: 9rem; + top: 5rem; bottom: 0; border-top-right-radius: 1rem; } diff --git a/app/assets/stylesheets/application/_map.scss b/app/assets/stylesheets/application/_map.scss index e474843..ba86dd4 100644 --- a/app/assets/stylesheets/application/_map.scss +++ b/app/assets/stylesheets/application/_map.scss @@ -12,7 +12,7 @@ position: fixed; height: 100%; width: 100%; - top: 4rem; + top: 0; left: 0; right: 0; bottom: 0; |