[Posts] Fix an issue with the "no results" message (#824)

This commit is contained in:
Cinder 2024-12-14 16:45:45 -08:00 committed by GitHub
parent 4883912e93
commit 1c84f551dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -24,6 +24,10 @@ section.posts-container {
h2.posts-container-header { h2.posts-container-header {
grid-column: -1 / 1; grid-column: -1 / 1;
} }
.no-results {
grid-column: -1 / 1;
}
} }

View File

@ -1,3 +1,3 @@
<p>Nobody here but us chickens!</p> <p class="no-results">Nobody here but us chickens!</p>
<p class="paginator"><%= link_to "Go back", :back, :rel => "prev" %></p> <p class="paginator"><%= link_to "Go back", :back, :rel => "prev" %></p>