From 4e4280469b4b0c82b561ee1c0facea3492f5f537 Mon Sep 17 00:00:00 2001 From: Henrik Askjer <henrik.askjer@uib.no> Date: Thu, 23 Dec 2021 09:08:20 +0100 Subject: [PATCH] no padding on above_results if not visible --- src/components/DictionaryView.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue index 2291853f..5b2ff271 100644 --- a/src/components/DictionaryView.vue +++ b/src/components/DictionaryView.vue @@ -583,9 +583,10 @@ div.welcome article { padding-right: calc((100vw - 1200px) / 2); } -#above_results { +#above_results div { padding-top: 10px; - margin-left: 10px + margin-left: 10px; + font-size: 18px; } #suggestions { -- GitLab