Commit 71001a23 by Brian Jacobel

Add a cheap & simple empty state to the thread list

parent 787dac90
...@@ -176,6 +176,7 @@ ...@@ -176,6 +176,7 @@
// ----------- // -----------
.forum-nav-thread-list { .forum-nav-thread-list {
padding-left: 0 !important; // should *not* be RTLed, see below for explanation 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; margin: 0;
overflow-y: scroll; overflow-y: scroll;
list-style: none; list-style: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment