summaryrefslogtreecommitdiffstats
path: root/css/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.scss')
-rw-r--r--css/style.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/style.scss b/css/style.scss
index 7cf637a2..917fd531 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -16,3 +16,9 @@ img.emoji {
width: 16px;
vertical-align: text-bottom;
}
+
+
+// quick fix - TODO - remove this and fix the left panel
+ul.app-navigation__list {
+ display: none !important;
+}