hide left sidebar links on smallest screen size

This commit is contained in:
pixeldesu 2014-12-12 17:48:19 +01:00
parent fb3e85ed51
commit a0f883f062
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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'