mirror of
https://github.com/iv-org/invidious.git
synced 2026-03-31 15:18:30 -05:00
fix(search_homepage): center subscription hint text under search bar
This commit is contained in:
parent
58ced289d3
commit
8cd5f0f652
@ -18,8 +18,10 @@
|
||||
</div>
|
||||
<div class="pure-u-1-4"></div>
|
||||
<% if !CONFIG.page_enabled?("search") %>
|
||||
<div class="pure-u-1" style="text-align: center; margin-top: 0.5em;">
|
||||
<p style="color: var(--text-color-muted, #888);"><%= translate(locale, "search_subscriptions_hint") %></p>
|
||||
<div class="pure-u-1-4"></div>
|
||||
<div class="pure-u-1 pure-u-md-12-24" style="text-align: center; margin-top: 0.5em;">
|
||||
<p style="color: #888;"><%= translate(locale, "search_subscriptions_hint") %></p>
|
||||
</div>
|
||||
<div class="pure-u-1-4"></div>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user