Skip to content

Commit

Permalink
Removed list and grid view for smaller screens (#4201)
Browse files Browse the repository at this point in the history
  • Loading branch information
oorjitchowdhary authored and SidharthBansal committed Dec 9, 2018
1 parent 83f2674 commit a833569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/notes/_format_toggle.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="btn-group visible-desktop" style="float:right;" id="note-format" data-toggle="buttons-radio">
<div class="btn-group visible-lg" style="float:right;" id="note-format" data-toggle="buttons-radio">
<a onClick="toggle_format('grid')" id="grid-format" class="btn btn-default btn-sm active" href="#"><i style="font-size:14px;" class="fa fa-th-large"></i></a>
<a onClick="toggle_format('list')" id="list-format" class="btn btn-default btn-sm" href="#"><i style="font-size:14px;" class="fa fa-list"></i></a>
</div>
Expand Down

0 comments on commit a833569

Please sign in to comment.