Special case blank slate for public

This commit is contained in:
Jason Zimdars
2025-11-11 16:30:07 -06:00
parent 776a8e3c0a
commit 7274661313
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -400,6 +400,10 @@
box-shadow: none !important;
color: color-mix(in srgb, var(--card-color) 70%, var(--color-canvas));
.cards--considering & {
background-color: var(--card-bg-color) !important;
}
p {
font-size: var(--text-small);
overflow: hidden;
@@ -11,6 +11,10 @@
<%= with_automatic_pagination "the-stream", @page do %>
<%= render "public/boards/columns/list", cards: page.records %>
<% end %>
<% else %>
<div class="card blank-slate blank-slate--card">
<p class="txt-align-center txt-normal">No cards here</p>
</div>
<% end %>
</div>
</section>