From 14f77344c5b72110038a72417b3fec734d594205 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Wed, 27 Aug 2014 12:49:07 +0200 Subject: [PATCH] hide activity bar on screens <1280 px width --- app/assets/stylesheets/zzz.css.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zzz.css.erb b/app/assets/stylesheets/zzz.css.erb index e05daa724..96509cc31 100644 --- a/app/assets/stylesheets/zzz.css.erb +++ b/app/assets/stylesheets/zzz.css.erb @@ -2718,6 +2718,6 @@ footer { @media only screen and (max-width: 1280px) { .activity.sidebar { - /*display: none;*/ + display: none; } } \ No newline at end of file