Fix alignment of <h3> elements in subscription pages

This commit is contained in:
Samantaz Fox 2021-07-13 00:44:13 +02:00
parent c03d731c23
commit 8b99e661f4
No known key found for this signature in database
GPG Key ID: F42821059186176E
2 changed files with 8 additions and 8 deletions

View File

@ -10,15 +10,15 @@
</a>
</h3>
</div>
<div class="pure-u-1-3" style="text-align:center">
<h3>
<div class="pure-u-1-3">
<h3 style="text-align:center">
<a href="/feed/history">
<%= translate(locale, "Watch history") %>
</a>
</h3>
</div>
<div class="pure-u-1-3" style="text-align:right">
<h3>
<div class="pure-u-1-3">
<h3 style="text-align:right">
<a href="/data_control?referer=<%= URI.encode_www_form(referer) %>">
<%= translate(locale, "Import/export") %>
</a>

View File

@ -11,13 +11,13 @@
<a href="/subscription_manager"><%= translate(locale, "Manage subscriptions") %></a>
</h3>
</div>
<div class="pure-u-1-3" style="text-align:center">
<h3>
<div class="pure-u-1-3">
<h3 style="text-align:center">
<a href="/feed/history"><%= translate(locale, "Watch history") %></a>
</h3>
</div>
<div class="pure-u-1-3" style="text-align:right">
<h3>
<div class="pure-u-1-3">
<h3 style="text-align:right">
<a href="/feed/private?token=<%= token %>"><i class="icon ion-logo-rss"></i></a>
</h3>
</div>