From a84b768e24b9c8c17021f4f4443a010c31139924 Mon Sep 17 00:00:00 2001 From: glax Date: Thu, 25 May 2023 22:05:29 +0200 Subject: [PATCH] design choices --- Website/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Website/style.css b/Website/style.css index 819b369..860e05e 100644 --- a/Website/style.css +++ b/Website/style.css @@ -455,11 +455,12 @@ publication-viewer publication-information publication-add { footer-tag-popup { display: none; - padding: 5px; + padding: 0 4px; position: fixed; - bottom: 55px; + bottom: 58px; left: 20px; - background-color: var(--secondary-color); + border: 3px solid var(--secondary-color); + background-color: var(--accent-color); z-index: 8; border-radius: 5px; max-height: 400px; @@ -488,6 +489,6 @@ footer-tag-popup::before{ border-top: 20px solid var(--secondary-color); border-bottom: 20px solid transparent; left: 0px; - bottom: -36px; + bottom: -41px; border-radius: 0 0 0 5px; } \ No newline at end of file