From bf087e092cc60defb307f4625333c97327283cc3 Mon Sep 17 00:00:00 2001 From: hellekin Date: Fri, 22 Jan 2021 06:00:40 +0100 Subject: Move map to top --- app/assets/stylesheets/application/_body.scss | 2 +- app/assets/stylesheets/application/_map.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app') 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; -- cgit v1.2.3