feat(room list): remove border between each list item

This commit is contained in:
Florian Duros 2025-10-29 10:41:27 +01:00
parent f297282bf6
commit 1d93946733
No known key found for this signature in database
GPG Key ID: A5BBB4041B493F15

View File

@ -31,9 +31,6 @@
.mx_RoomListItemView_content {
height: 100%;
flex: 1;
/* The border is only under the room name and the future hover menu */
border-bottom: var(--cpd-border-width-0-5) solid var(--cpd-color-bg-subtle-secondary);
box-sizing: border-box;
min-width: 0;
padding-right: var(--cpd-space-5x);