Hide post preview in compact mode. (#329)

This commit is contained in:
Ruben Elshof
2021-11-21 03:05:37 +01:00
committed by GitHub
parent c2053524c7
commit f7de5285e4

View File

@ -1084,6 +1084,10 @@ summary.comment_data {
margin: 2.5px 15px;
}
.compact .post_preview {
display: none;
}
.compact .post_media {
max-width: calc(100% - 30px);
margin: 2.5px auto;