mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Merge branch 'develop' into enh/4531
This commit is contained in:
commit
c76d263d25
@ -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)
|
||||
-------------------------------
|
||||
|
@ -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 {
|
||||
|
@ -137,7 +137,7 @@
|
||||
}
|
||||
|
||||
pre code.hljs {
|
||||
background-color: #f5f5f5;
|
||||
background-color: @background-color-secondary;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
|
Loading…
x
Reference in New Issue
Block a user