From 7c4dda4f90a1929dde13b254ae6f1e5a766cc7f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 27 Sep 2020 20:53:35 +0200 Subject: Input cleaned up. --- static/style.scss | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'static/style.scss') diff --git a/static/style.scss b/static/style.scss index 3a2e5ba6..24f88f48 100644 --- a/static/style.scss +++ b/static/style.scss @@ -698,8 +698,8 @@ along with their colors. /* overflow-y: auto; */ max-width: 60ch; max-height: 60ch; - min-width: 40ch; - min-height: 20ch; + min-width: 60ch; + min-height: 30ch; &-container { display: none; @@ -790,7 +790,7 @@ along with their colors. } .tab { - label { + > label { position: absolute; left: 100%; @@ -837,6 +837,19 @@ along with their colors. min-width: 100%; min-height: 100%; } + + + .edit-form { + label { + display: block; + } + + input[type='text'], textarea { + width: 100%; + } + } + + } /* Other -- cgit v1.2.3