css: revert styling of selected post in parent/child box.
Partial revert of b9ea9d2f5. Go back to using a semi-transparent
background to indicate the selected parent/child post, but add more
padding and adjust the transparency to make it more legible.
This commit is contained in:
@@ -38,13 +38,14 @@
|
||||
article.post-preview {
|
||||
width: auto;
|
||||
height: auto;
|
||||
margin: 0.5rem 0.25rem;
|
||||
padding: 0.25rem;
|
||||
margin: 0.5rem 0;
|
||||
padding: 0.5rem;
|
||||
overflow: hidden;
|
||||
vertical-align: top;
|
||||
border-radius: 0.25rem;
|
||||
|
||||
&.current-post {
|
||||
outline: 3px solid var(--preview-selected-color);
|
||||
background-color: var(--preview-selected-color);
|
||||
}
|
||||
|
||||
img {
|
||||
|
||||
Reference in New Issue
Block a user