Fix read receipts and sent indicators for bubble layout (#7460)

This commit is contained in:
Michael Telatynski
2022-01-10 12:53:23 +00:00
committed by GitHub
parent 8b88b48edc
commit fbfd2c3d20
3 changed files with 31 additions and 29 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ limitations under the License.
.mx_EventTile_readAvatars {
position: absolute;
right: -110px;
right: -78px; // as close to right gutter without clipping as possible
bottom: 0;
top: auto;
}