Profile editor improvements
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user