mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-21 06:19:13 +00:00
Hide post preview in compact mode. (#329)
This commit is contained in:
parent
c2053524c7
commit
f7de5285e4
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue