mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
88551afef3
1 changed files with 22 additions and 1 deletions
|
@ -160,9 +160,30 @@ limitations under the License.
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_GroupView_featuredThings_container {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_GroupView_featuredThings_addButton,
|
||||||
.mx_GroupView_featuredThing {
|
.mx_GroupView_featuredThing {
|
||||||
cursor: pointer;
|
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
width: 100px;
|
||||||
|
margin: 0px 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_GroupView_featuredThing .mx_BaseAvatar {
|
||||||
|
/* To prevent misalignment with mx_TintableSvg (in addButton) */
|
||||||
|
vertical-align: initial;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_GroupView_featuredThings_addButton object {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_GroupView_featuredThing_name {
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupView_uploadInput {
|
.mx_GroupView_uploadInput {
|
||||||
|
|
Loading…
Reference in a new issue