mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-22 00:09:07 -04:00
Center sorting options on small displays (<640px)
(cherry picked from commit 102d88a594e34e672fecf3bca30818ed1f6edb1b)
This commit is contained in:
parent
e0684e3dc3
commit
beff17710e
@ -153,7 +153,7 @@
|
||||
<% route = content_type == 1 ? "/videos" : "/playlists" %>
|
||||
<% url = "/channel/#{channel.ucid + route}" %>
|
||||
|
||||
<div class="pure-menu pure-menu-horizontal" style="display: flex;">
|
||||
<div class="pure-menu pure-menu-horizontal" id="sort-options" style="display: flex;">
|
||||
<ul class="pure-menu-list" style="margin-left: auto;">
|
||||
<% sort_options.each do |sort| %>
|
||||
<% if sort_by == sort %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user