@@ -51,3 +51,8 @@ limitations under the License.
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
width: 450px;
|
width: 450px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_ReplyTile .mx_MBeaconBody {
|
||||||
|
// Prevent clicking a beacon within a reply
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|||||||
@@ -42,3 +42,8 @@ limitations under the License.
|
|||||||
.mx_DisambiguatedProfile ~ .mx_MLocationBody {
|
.mx_DisambiguatedProfile ~ .mx_MLocationBody {
|
||||||
margin-top: 6px; // See: https://github.com/matrix-org/matrix-react-sdk/pull/8442
|
margin-top: 6px; // See: https://github.com/matrix-org/matrix-react-sdk/pull/8442
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_ReplyTile .mx_MLocationBody {
|
||||||
|
// Prevent clicking a location within a reply
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user