Hopefully working CSS that doesn't cause the messages to jump about when a read marker disappears.

This commit is contained in:
David Baker 2016-01-12 14:20:05 +00:00
parent 6cd0aeb607
commit 977b223929
3 changed files with 3 additions and 5 deletions

View file

@ -135,8 +135,8 @@ limitations under the License.
z-index: 1;
position: relative;
width: 90px;
height: 1px; /* Hack to stop the height of this pushing the messages apart. Replaces marigin-top: -6px. This interacts better with a read marker being in between. Content overflows. */
margin-right: 10px;
margin-top: -6px;
}
.mx_EventTile .mx_MessageTimestamp {