From 9ec2aee40a5028336fe88f9c61f80e9a856ff7dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no> Date: Mon, 22 Mar 2021 10:17:24 +0100 Subject: [PATCH] =?UTF-8?q?re=20meta#307=20fjernet=20b=C3=B8yning=20og=20u?= =?UTF-8?q?nder-headere=20fra=20forsideartiklene?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DictionaryView.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue index 8de26c1c..82826c25 100644 --- a/src/components/DictionaryView.vue +++ b/src/components/DictionaryView.vue @@ -337,6 +337,10 @@ div.monthly article.nob .dict-label::before { content: "frå "; } +div.monthly details, div.monthly h3 { + display: none; +} + .v-label span { color: var(--v-primary-base); } -- GitLab