aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss19
1 files changed, 16 insertions, 3 deletions
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