mirror of
https://github.com/spikecodes/libreddit.git
synced 2026-01-15 09:12:33 +01:00
Hide post preview in compact mode. (#329)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user