Increase hit area for timestamp in message bubbles

pull/21833/head
Germain Souquet 2021-07-21 15:31:10 +02:00
부모 e4c6833085
커밋 0fb210cadb
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -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;
}
}