CSS for improving group creation UX, namely setting long description

This commit is contained in:
Luke Barnard 2017-11-06 18:38:47 +00:00
parent a8bdde9f55
commit d87d6cbc64

View file

@ -304,6 +304,18 @@ limitations under the License.
}
.mx_GroupView_groupDesc textarea {
width: 50%;
width: 100%;
max-width: 100%;
height: 150px;
}
.mx_GroupView_groupDesc_placeholder {
background-color: $group-my-groups-placeholder-bg;
color: $group-my-groups-placeholder-fg;
border-radius: 10px;
text-align: center;
cursor: pointer;
padding: 100px 20px;
margin: 20px 0px;
}