1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

Don't show a bottom border ahead of the date separator

This commit is contained in:
Travis Ralston
2020-09-17 10:40:48 -06:00
parent 24d0950b7e
commit 14a7b83988
3 changed files with 17 additions and 3 deletions

View File

@ -44,7 +44,7 @@ limitations under the License.
position: relative;
padding-bottom: 18px;
&:not(.mx_EventTile_last)::after {
&:not(.mx_EventTile_last):not(.mx_EventTile_lastInSection)::after {
position: absolute;
bottom: 0;
left: 0;