mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
Update pull payment template
This commit is contained in:
parent
00aa7deaae
commit
6c960628c2
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@
|
||||||
</style>
|
</style>
|
||||||
</noscript>
|
</noscript>
|
||||||
</head>
|
</head>
|
||||||
<body class="h-100">
|
<body>
|
||||||
<div class="h-100 d-flex flex-column">
|
<div class="min-vh-100 d-flex flex-column">
|
||||||
@if (Model.IsPending)
|
@if (Model.IsPending)
|
||||||
{
|
{
|
||||||
<nav id="mainNav" class="navbar sticky-top py-3 py-lg-4 d-print-none">
|
<nav id="mainNav" class="navbar sticky-top py-3 py-lg-4 d-print-none">
|
||||||
|
|
Loading…
Add table
Reference in a new issue