1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

support edits pagination in a ScrollPanel

This commit is contained in:
Bruno Windels
2019-06-25 14:50:56 +02:00
parent 0fe28cba43
commit 8c9a6ddf96
2 changed files with 56 additions and 15 deletions

View File

@@ -15,6 +15,17 @@ limitations under the License.
*/
.mx_MessageEditHistoryDialog ul {
.mx_MessageEditHistoryDialog {
display: flex;
flex-direction: column;
max-height: 60vh;
}
.mx_MessageEditHistoryDialog_scrollPanel {
flex: 1 1 auto;
}
.mx_MessageEditHistoryDialog_edits {
list-style-type: none;
font-size: 14px;