Merge branch 'develop' into enh/4531

This commit is contained in:
Lucas Bartholemy 2020-10-22 18:58:14 +02:00 committed by GitHub
commit c76d263d25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 1 deletions

View File

@ -14,6 +14,8 @@ HumHub Changelog
- Fix #4542: Ignore displaying `Member Since` for empty created_at membership
- Fix #4549: Handle invalid timezone validation in registration process
- Enh #4531: Remove wall entry left padding on mobile
- Fix #4554: Code blocks in comments uses same background color
1.7.0-beta.1 (October 16, 2020)
-------------------------------

View File

@ -129,6 +129,10 @@
.media {
overflow: visible;
}
[data-ui-richtext] pre, [data-ui-richtext] pre code.hljs {
background-color: darken(@background-color-secondary, 5%);
}
}
.comment_edit_content {

View File

@ -137,7 +137,7 @@
}
pre code.hljs {
background-color: #f5f5f5;
background-color: @background-color-secondary;
}
blockquote {