From 271bca5c6a0b35d8ee8b04dbb8cd1e41f9f1fa15 Mon Sep 17 00:00:00 2001 From: Valentyne Stigloher Date: Sat, 15 Jun 2024 12:09:49 +0200 Subject: [PATCH] (nouns) make submit form more responsive to smaller screen sizes --- components/Dictionary.vue | 17 ++----- components/NounGenderLabel.vue | 36 +++++++++++++++ components/NounSubmitForm.vue | 76 ++++++++++--------------------- components/NounTemplatesTable.vue | 20 ++++---- 4 files changed, 74 insertions(+), 75 deletions(-) create mode 100644 components/NounGenderLabel.vue diff --git a/components/Dictionary.vue b/components/Dictionary.vue index 4f0359472..276dc6b19 100644 --- a/components/Dictionary.vue +++ b/components/Dictionary.vue @@ -25,17 +25,8 @@ @@ -161,7 +152,7 @@ diff --git a/components/NounSubmitForm.vue b/components/NounSubmitForm.vue index 062de4368..0ab940ec3 100644 --- a/components/NounSubmitForm.vue +++ b/components/NounSubmitForm.vue @@ -12,57 +12,31 @@

-
-
- - - - - - - - - - - - - - - - - - -
- - nouns.masculine - nouns.masculineShort - - - nouns.feminine - nouns.feminineShort - - - nouns.neuter - nouns.neuterShort -
- nouns.singular - nouns.singularShort - - -
- nouns.plural - nouns.pluralShort - - -
+
+
+ +
+
+ + +
+
+
+
+ +
+
+ + +
diff --git a/components/NounTemplatesTable.vue b/components/NounTemplatesTable.vue index 672e3e0f4..b1f121f37 100644 --- a/components/NounTemplatesTable.vue +++ b/components/NounTemplatesTable.vue @@ -1,17 +1,8 @@