You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
Stop using absolute property to place beta pill on RoomPreviewCard (#8872)
This commit is contained in:
@@ -71,6 +71,11 @@ limitations under the License.
|
||||
color: $secondary-content;
|
||||
}
|
||||
}
|
||||
|
||||
// XXX Remove this when video rooms leave beta
|
||||
.mx_BetaCard_betaPill {
|
||||
align-self: start;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_RoomPreviewCard_avatar {
|
||||
@@ -105,13 +110,6 @@ limitations under the License.
|
||||
mask-image: url('$(res)/img/element-icons/call/video-call.svg');
|
||||
}
|
||||
}
|
||||
|
||||
// XXX Remove this when video rooms leave beta
|
||||
.mx_BetaCard_betaPill {
|
||||
position: absolute;
|
||||
right: $spacing-24;
|
||||
top: $spacing-32;
|
||||
}
|
||||
}
|
||||
|
||||
h1.mx_RoomPreviewCard_name {
|
||||
|
Reference in New Issue
Block a user