mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Fix position of RSS on mobile
This commit is contained in:
parent
55167724b1
commit
ba323f2c1f
1 changed files with 3 additions and 4 deletions
|
@ -2,14 +2,13 @@
|
||||||
<title>Subscriptions - Invidious</title>
|
<title>Subscriptions - Invidious</title>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<div class="pure-g">
|
<div class="pure-g" style="padding:1em;">
|
||||||
<div class="pure-u-1 pure-u-md-3-5">
|
<div class="pure-u-2-3">
|
||||||
<h3>
|
<h3>
|
||||||
<a href="/subscription_manager">Manage subscriptions</a>
|
<a href="/subscription_manager">Manage subscriptions</a>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="pure-u-1 pure-u-md-1-5"></div>
|
<div class="pure-u-1-3" style="text-align:right;">
|
||||||
<div style="text-align:right;" class="pure-u-1 pure-u-md-1-5">
|
|
||||||
<h3>
|
<h3>
|
||||||
<a href="/feed/private?token=<%= user.token %>"><i class="fas fa-rss-square"></i></a>
|
<a href="/feed/private?token=<%= user.token %>"><i class="fas fa-rss-square"></i></a>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
Loading…
Reference in a new issue