From 2614ba12b80625d41346f28592d571ca4a589161 Mon Sep 17 00:00:00 2001
From: Henrik Askjer <henrik.askjer@uib.no>
Date: Wed, 13 Oct 2021 09:46:50 +0200
Subject: [PATCH] refactor inflection wrapper

---
 src/components/Header.vue | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/src/components/Header.vue b/src/components/Header.vue
index 186c28d1..d8a69ecf 100644
--- a/src/components/Header.vue
+++ b/src/components/Header.vue
@@ -131,16 +131,6 @@ summary {
   text-align: center;
 }
 
-.article-toolbar {
-  margin-top: 6px;
-}
-
-.toolbar-button {
-  color: var(--v-primary-base) !important;
-  margin-right: 3px;
-}
-
-
 
 article h2 {
   padding-top: 4px;
@@ -258,11 +248,12 @@ article h2.secondary_header {
   display: none;
 }
 
-.infl-wrapper {
+.inflection-wrapper {
   color: var(--v-text-base);
   width: min-content;
   font-size: 14px;
   overflow-x: auto;
+  margin-top: 6px;
 }
 
 .show-inflection {
-- 
GitLab