Profile editor improvements

This commit is contained in:
2023-01-03 12:06:53 +00:00
parent 08112a0b3e
commit f62c471848
8 changed files with 67 additions and 30 deletions

View File

@ -29,6 +29,13 @@
opacity: 0.5;
}
.profile .editor textarea {
resize: vertical;
width: calc(100% - 30px);
max-height: 300px;
min-height: 60px;
}
@media(max-width: 720px) {
.profile {
flex-direction: column;