css: fix styling of selected post in parent/child box.
* On the post show page, in the parent/child box, change it so that currently selected post is more visible. Use a light blue outline around the current post instead of a dark semi-transparent border. * Fix it so that there's less empty space around thumbnails in the parent/child box.
This commit is contained in:
@@ -122,10 +122,6 @@ body[data-current-user-can-approve-posts="true"] .post-preview {
|
||||
}
|
||||
}
|
||||
|
||||
.post-preview.current-post {
|
||||
background-color: var(--preview-current-post-background);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 660px) {
|
||||
article.post-preview {
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user