CSS for "X" in top right of features users/rooms

pull/5103/head
Luke Barnard 2017-09-22 15:58:36 +01:00
parent 0eefae031f
commit 1b67e7d606
1 changed files with 11 additions and 0 deletions

View File

@ -179,6 +179,17 @@ limitations under the License.
margin: 0px 20px;
}
.mx_GroupView_featuredThing {
position: relative;
}
.mx_GroupView_featuredThing .mx_GroupView_featuredThing_deleteButton {
position: absolute;
top: -7px;
right: 11px;
opacity: 0.4;
}
.mx_GroupView_featuredThing .mx_BaseAvatar {
/* To prevent misalignment with mx_TintableSvg (in addButton) */
vertical-align: initial;