From e3de8172b630452d701ed058c9377906c7761e67 Mon Sep 17 00:00:00 2001
From: Lyssieth
Date: Fri, 5 Jan 2024 16:09:43 +0200
Subject: [PATCH] More styling improvements
---
src/App.svelte | 8 ++++----
src/app.scss | 13 +++++++++++++
src/lib/Question.svelte | 13 ++++++-------
3 files changed, 23 insertions(+), 11 deletions(-)
diff --git a/src/App.svelte b/src/App.svelte
index 3cd117d..2be2746 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -106,13 +106,13 @@
questions empty, and they won't show up. Same goes for sections.
- exportQuestions(exportBlock)}
+ disabled={$state.current == null}>Refresh
{:else if type === "number"}
@@ -80,6 +73,7 @@
input {
display: block;
width: 100%;
+ max-width: 600px;
}
input[type="number"] {
@@ -98,6 +92,11 @@
width: 80%;
}
+ textarea {
+ width: 100%;
+ max-width: 600px;
+ }
+
label {
display: flex;
flex-direction: column;