diff --git a/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss b/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss index 583ab2ce2e..c830a79d73 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss @@ -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; +}