From 20a9fca9d0483e2c56d0db49a56112f97bba8c61 Mon Sep 17 00:00:00 2001
From: Samuel Onyijne
Date: Mon, 7 Oct 2019 13:36:32 +0100
Subject: [PATCH 1/3] edited credits footer style
---
src/App.vue | 53 +++++++++++++++++++++++++++++++++++++++++++----------
1 file changed, 43 insertions(+), 10 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 9a9735742..9891376a9 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -9,13 +9,17 @@
@@ -96,10 +100,39 @@ hr {
margin-right: 3%;
}
}
+.vocab-container .vocab-grid .panel {
+ height: 100%;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-box-orient: vertical;
+ -webkit-box-direction: normal;
+ -ms-flex-direction: column;
+ flex-direction: column;
+ -webkit-box-pack: justify;
+ -ms-flex-pack: justify;
+ justify-content: space-between;
+ }
+ .vocab.select-field.normal-sized {
+ font-size: 1rem;
+ }
+ .vocab.select-field>.field.has-addons {
+ padding-left: calc(1em + var(--select-field-addons-space));
+ margin-bottom: 0;
+ min-width: 10em;
+ }
+ .vocab.select-field>.field>option[disabled] {
+ opacity: 0.6;
+ }
-
From 6598d95270e9bb82b1f1452dd7bdbecd6940321c Mon Sep 17 00:00:00 2001
From: Samuel Onyijne
Date: Wed, 9 Oct 2019 23:31:07 +0100
Subject: [PATCH 2/3] modified footer
---
src/App.vue | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 9891376a9..399a3066b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -11,12 +11,7 @@