Indent topics in the left sidebar.

While demoing Zulip at PyCon, I learned that it is hard to
distinguish topics from streams in our left sidebar.
Indenting them by a few pixel seems to make it more clear
that topics belong to a stream.
This commit is contained in:
Steve Howell 2017-07-19 22:46:01 -04:00 committed by Tim Abbott
parent af430fe24d
commit 084fc9c32a
1 changed files with 4 additions and 0 deletions

View File

@ -203,6 +203,10 @@ li.hidden-filter {
margin-right: 15px;
}
.topic-box {
padding-left: 5px;
}
.topic-name {
display: block;
line-height: 1.3em;