mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
CSS for improving group creation UX, namely setting long description
This commit is contained in:
parent
a8bdde9f55
commit
d87d6cbc64
1 changed files with 13 additions and 1 deletions
|
@ -304,6 +304,18 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupView_groupDesc textarea {
|
.mx_GroupView_groupDesc textarea {
|
||||||
width: 50%;
|
width: 100%;
|
||||||
|
max-width: 100%;
|
||||||
height: 150px;
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue