aboutsummaryrefslogtreecommitdiffstats
path: root/css/raw-settings.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/raw-settings.css')
-rw-r--r--css/raw-settings.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/css/raw-settings.css b/css/raw-settings.css
new file mode 100644
index 0000000..4d9e49d
--- /dev/null
+++ b/css/raw-settings.css
@@ -0,0 +1,18 @@
+body {
+ display: flex;
+ flex-direction: column;
+ height: 100vh;
+ justify-content: space-between;
+ }
+p {
+ margin: 0.5em 0;
+ }
+textarea {
+ box-sizing: border-box;
+ flex-grow: 1;
+ resize: none;
+ text-align: left;
+ white-space: pre;
+ width: 100%;
+ word-wrap: normal;
+ }