mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-19 20:51:02 +02:00
Merge pull request #5103 from vector-im/luke/groups-remove-featured-rooms-and-users
CSS for "X" in top right of features users/rooms
This commit is contained in:
commit
ae6b705d7b
@ -179,6 +179,17 @@ limitations under the License.
|
|||||||
margin: 0px 20px;
|
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 {
|
.mx_GroupView_featuredThing .mx_BaseAvatar {
|
||||||
/* To prevent misalignment with mx_TintableSvg (in addButton) */
|
/* To prevent misalignment with mx_TintableSvg (in addButton) */
|
||||||
vertical-align: initial;
|
vertical-align: initial;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user