mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-21 13:41:44 +02:00
CSS for improving group creation UX, namely setting long description
This commit is contained in:
parent
a8bdde9f55
commit
d87d6cbc64
@ -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…
x
Reference in New Issue
Block a user