chore(template.ecr): Add margin because it looks like shit without a banner
All checks were successful
Invidious CI / build (push) Successful in 5m23s

This commit is contained in:
Fijxu 2025-02-18 02:54:49 -03:00
parent 7c91d5f194
commit b08f7ab7ac
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4

View file

@ -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) %>