diff --git a/templates/zephyr/left-sidebar.html b/templates/zephyr/left-sidebar.html index c4b42a9b3f..5025764cb4 100644 --- a/templates/zephyr/left-sidebar.html +++ b/templates/zephyr/left-sidebar.html @@ -28,7 +28,7 @@
diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 3a006f95e8..9983439df1 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -218,6 +218,11 @@ li.hidden-filter { ul.filters .count { margin-left: 0.5em; display: none; + +} + +ul.filters [data-name="home"] .icon-home { + padding-right: 0.5em; } .message_list {