From 4cb509bc997e370552fe25c1f72d2ed59cbceec8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no>
Date: Fri, 19 Mar 2021 14:05:32 +0100
Subject: [PATCH] =?UTF-8?q?re=20meta#300=20pr=C3=B8ver=20=C3=A5=20tweake?=
 =?UTF-8?q?=20bredden=20p=C3=A5=20den=20ytre=20b=C3=B8yningsboksen?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/components/DictionaryView.vue | 2 --
 src/components/Header.vue         | 3 +--
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue
index 6b6a12e2..a9f85cf4 100644
--- a/src/components/DictionaryView.vue
+++ b/src/components/DictionaryView.vue
@@ -313,8 +313,6 @@ div.welcome {
 }
 
 div.monthly {
-  padding: 20px;
-  border-radius: 10px;
   display: flex;
   width: 100%;
 }
diff --git a/src/components/Header.vue b/src/components/Header.vue
index ebcf9b6a..19c92ecd 100644
--- a/src/components/Header.vue
+++ b/src/components/Header.vue
@@ -202,7 +202,6 @@ details[open] summary ~ * {
 }
 
 .inflection-wrapper {
-  padding:20px;
   overflow: scroll;
   position: absolute;
   z-index: 10;
@@ -235,7 +234,7 @@ details > summary::-webkit-details-marker {
   width: max-content;
   border-radius: 30px;
   padding: 10px;
-  margin-top: 10px;
+  margin: 10px;
   border-style: solid;
   border-width:  1px;
   border-color: var(--primary-base)
-- 
GitLab