From 95b19a4021e1be386a751d7011e2791ee6a7f3b6 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 27 Aug 2015 12:29:28 -0400 Subject: [PATCH] no images for mobile menu notifs --- less/mobile.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/less/mobile.less b/less/mobile.less index 4616fb7..2269d33 100644 --- a/less/mobile.less +++ b/less/mobile.less @@ -148,4 +148,8 @@ top: 28px; } } + + [data-section="notifications"] ul li a:first-child { + display: none; + } } \ No newline at end of file