diff --git a/src/skins/vector/css/matrix-react-sdk/views/rooms/RoomTile.css b/src/skins/vector/css/matrix-react-sdk/views/rooms/RoomTile.css index c12956b714..ecf29a00a4 100644 --- a/src/skins/vector/css/matrix-react-sdk/views/rooms/RoomTile.css +++ b/src/skins/vector/css/matrix-react-sdk/views/rooms/RoomTile.css @@ -59,19 +59,6 @@ limitations under the License. text-overflow: ellipsis; } -/* -.mx_RoomTile_name:before { - content:''; - width:103px; - height:22px; - top: 0px; - left: 0px; - position:absolute; - padding-left: 20px; - background:linear-gradient(to right, rgba(234,245,240,0) 80%, #eaf5f0 99%); -} -*/ - .mx_RoomTile_ellipsis .mx_RoomTile_name { font-style: italic; color: #454545; @@ -86,6 +73,10 @@ limitations under the License. height: 36px; } +.collapsed .mx_RoomTile_nameContainer { + height: 0; +} + .collapsed .mx_RoomTile_name { display: none; }