Server Settings: Customize instance name and add contact URL (#5718)

* Server Settings: Customize instance name and add contact URL

- The custom instance name would improve #5563
- Added contact URL closes #4806

* Fix custom logo display
This commit is contained in:
d11n
2024-02-21 20:54:39 +01:00
committed by GitHub
parent 147c6c4548
commit 4ae1046571
14 changed files with 206 additions and 102 deletions

View File

@@ -3,7 +3,7 @@
}
<style>
.main-logo { height: 4rem; width: 18rem; }
.main-logo { height: 4.5rem; max-width: 18rem; }
.main-logo-btcpay .main-logo-btcpay--small { display: none; }
.lead img { max-width: 100%; }
</style>