From c0e65d0446f928b30eecc858c5cf9a8eb1a364c1 Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 18 Jan 2025 16:01:25 +0000 Subject: implement profile editing --- static/profile.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'static/profile.css') 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; + } +} -- cgit v1.3