bio editable

This commit is contained in:
Henry Jameson 2025-08-03 23:05:16 +03:00
commit 20beb30fc3
5 changed files with 57 additions and 32 deletions

View file

@ -13,11 +13,21 @@
}
}
.input.bio {
height: auto; // override settings default textarea size
}
.user-card-inner {
padding-bottom: 0;
}
.user-card-bio {
margin: 0.6em;
&, * {
line-height: 1.5;
}
&.-justify-left {
text-align: start;
}