diff --git a/client/css/post-list-view.styl b/client/css/post-list-view.styl index 8d4989b..3860dcf 100644 --- a/client/css/post-list-view.styl +++ b/client/css/post-list-view.styl @@ -134,6 +134,22 @@ .thumbnail outline: 4px solid $main-color !important +.post-flow + ul + li + min-width: inherit + width: inherit + &:not(.flexbox-dummy) + height: 14vw + .thumbnail + outline-offset: -1px + .thumbnail-wrapper.no-tags + .thumbnail + outline: 2px solid $post-thumbnail-no-tags-border-color + &:hover a, a:active, a:focus + .thumbnail + outline: 2px solid $main-color !important + .post-list-header white-space: nowrap text-align: left diff --git a/client/html/posts_page.tpl b/client/html/posts_page.tpl index f644919..7836278 100644 --- a/client/html/posts_page.tpl +++ b/client/html/posts_page.tpl @@ -1,4 +1,4 @@ -
Rather than using a paged navigation, smoothly scrolls through the content.
+Use a content-aware flow for thumbnails on the post search page.
+