From a0f883f062aa292eada7cf61ff7ce77eb3cca70a Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Fri, 12 Dec 2014 17:48:19 +0100 Subject: [PATCH] hide left sidebar links on smallest screen size --- app/views/public/index.html.haml | 2 +- app/views/static/index.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/public/index.html.haml b/app/views/public/index.html.haml index 5f9d2ca7..bc4d115c 100644 --- a/app/views/public/index.html.haml +++ b/app/views/public/index.html.haml @@ -39,7 +39,7 @@ %ul.nav.nav-pills.nav-stacked = nav_entry "Timeline", root_path = nav_entry "Public", public_timeline_path - = render 'shared/links' + .hidden-xs= render 'shared/links' .col-md-9.col-xs-12.col-sm-9 = render 'layouts/messages' diff --git a/app/views/static/index.html.haml b/app/views/static/index.html.haml index fce08668..35df07d2 100644 --- a/app/views/static/index.html.haml +++ b/app/views/static/index.html.haml @@ -40,7 +40,7 @@ %ul.nav.nav-pills.nav-stacked = nav_entry "Timeline", root_path = nav_entry "Public", public_timeline_path - = render 'shared/links' + .hidden-xs= render 'shared/links' .col-md-9.col-xs-12.col-sm-9 = render 'layouts/messages'