From bb5cfdf8081d0b511878c79c8511a37c4666b31d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 12 Jan 2020 09:48:14 +0100 Subject: [PATCH] style: move actions to top left --- chloro/phyll/static/css/style.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/chloro/phyll/static/css/style.scss b/chloro/phyll/static/css/style.scss index 9513ffc..d6cee3e 100644 --- a/chloro/phyll/static/css/style.scss +++ b/chloro/phyll/static/css/style.scss @@ -47,10 +47,11 @@ header { div.actions { position: absolute; - top: 1rem; - right: 1rem; + top: 0.5rem; + left: 1rem; + z-index: 100; a { - margin-left: 1rem; + margin-right: 1rem; } } -- 2.39.2