diff --git a/app/javascript/src/styles/common/thumbnails.scss b/app/javascript/src/styles/common/thumbnails.scss index 2cdd3cd52..8ddc5eae6 100644 --- a/app/javascript/src/styles/common/thumbnails.scss +++ b/app/javascript/src/styles/common/thumbnails.scss @@ -24,6 +24,10 @@ section.posts-container { h2.posts-container-header { grid-column: -1 / 1; } + + .no-results { + grid-column: -1 / 1; + } } diff --git a/app/views/posts/_blank.html.erb b/app/views/posts/_blank.html.erb index 70183e6ab..4c350a06a 100644 --- a/app/views/posts/_blank.html.erb +++ b/app/views/posts/_blank.html.erb @@ -1,3 +1,3 @@ -
Nobody here but us chickens!
+Nobody here but us chickens!
<%= link_to "Go back", :back, :rel => "prev" %>