You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-06 10:22:45 +03:00
get rid of emptyContent, also cleanup sublist render method
also assume empty list in css by default and add nonEmpty class
This commit is contained in:
@@ -15,14 +15,14 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_RoomSubList {
|
||||
min-height: 80px;
|
||||
flex: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.mx_RoomSubList_hidden {
|
||||
min-height: unset;
|
||||
.mx_RoomSubList_nonEmpty {
|
||||
min-height: 80px;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user