1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Increase hit area for timestamp in message bubbles

This commit is contained in:
Germain Souquet
2021-07-21 15:31:10 +02:00
parent e4c6833085
commit 0fb210cadb

View File

@@ -91,7 +91,7 @@ limitations under the License.
float: right;
> a {
left: auto;
right: -48px;
right: -68px;
}
}
.mx_SenderProfile {
@@ -126,7 +126,9 @@ limitations under the License.
margin: 0 -12px 0 -9px;
> a {
position: absolute;
left: -48px;
padding: 10px 20px;
top: -0px;
left: -68px;
}
}