From 16c5f601f2f68ecb08bcfab097941fac74812886 Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 10 Jan 2023 00:30:06 +0100 Subject: [PATCH] fix to position of the log-out button Signed-off-by: Simon L --- php/public/style.css | 4 ++++ php/templates/containers.twig | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/php/public/style.css b/php/public/style.css index 3c619b24..08cb9e41 100644 --- a/php/public/style.css +++ b/php/public/style.css @@ -23,6 +23,10 @@ a { outline: none; } +#logout { + margin-top: 7px; +} + summary { cursor: pointer; } diff --git a/php/templates/containers.twig b/php/templates/containers.twig index a63babea..d6293083 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -11,7 +11,7 @@
- +