Skip to content

Commit

Permalink
Fix channel sort on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
omarroth committed Nov 15, 2018
1 parent bf867c3 commit 6ca7a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/invidious/views/channel.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<div class="pure-u-1-3">
<div class="pure-g" style="text-align:right;">
<% {"newest", "oldest", "popular"}.each do |sort| %>
<div class="pure-u-1-3">
<div class="pure-u-1 pure-md-1-3">
<% if sort_by == sort %>
<b><%= sort %></b>
<% else %>
Expand Down

0 comments on commit 6ca7a71

Please sign in to comment.