Switched ForwardMessageModal to use ListTile

This commit is contained in:
Alvaro
2023-01-25 16:51:08 -07:00
committed by GitHub
parent 257f5e1231
commit d64e0b65c4
25 changed files with 528 additions and 239 deletions

View File

@@ -64,4 +64,9 @@
padding: 0;
}
}
.module-conversation-list {
// remove horizontal padding so ListTiles extend to the edges
padding: 0;
}
}