chore(template.ecr): Add margin because it looks like shit without a banner
All checks were successful
Invidious CI / build (push) Successful in 5m23s
All checks were successful
Invidious CI / build (push) Successful in 5m23s
This commit is contained in:
parent
7c91d5f194
commit
b08f7ab7ac
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
|||
|
||||
<% if !CONFIG.backends.empty? %>
|
||||
<% if !CONFIG.backend_domains.includes?(env.request.headers["Host"]) %>
|
||||
<div class="h-box">
|
||||
<div class="h-box" style="margin-bottom: 10px;">
|
||||
<b>Switch Backend:</b>
|
||||
<% CONFIG.backends.each do | backend | %>
|
||||
<% backend = backend.split(CONFIG.backends_delimiter) %>
|
||||
|
|
Loading…
Add table
Reference in a new issue