Add a cheap & simple empty state to the thread list

This commit is contained in:
Brian Jacobel
2016-12-05 10:14:19 -05:00
parent 787dac9046
commit 71001a23e5

View File

@@ -176,6 +176,7 @@
// -----------
.forum-nav-thread-list {
padding-left: 0 !important; // should *not* be RTLed, see below for explanation
min-height: 60px; // @TODO: Remove this when we have a real empty state for the discussion thread list
margin: 0;
overflow-y: scroll;
list-style: none;