aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/profile.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/profile.css')
-rw-r--r--static/profile.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/static/profile.css b/static/profile.css
index 0814cbb..3c4c7cc 100644
--- a/static/profile.css
+++ b/static/profile.css
@@ -24,7 +24,7 @@
}
}
- .followInfo {
+ .profileActions {
display: grid;
justify-content: end;
align-items: baseline;
@@ -39,3 +39,15 @@
}
}
}
+
+form.fullProfile {
+ max-width: unset;
+ input[type="text"],
+ textarea {
+ max-width: unset;
+ width: 100%;
+ }
+ textarea {
+ height: 16lh;
+ }
+}