mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 09:54:30 +01:00
Merge pull request #2287 from bumbummen99/patch-3
Fix payment request template
This commit is contained in:
commit
0c766a2714
@ -63,8 +63,8 @@
|
||||
</style>
|
||||
</noscript>
|
||||
</head>
|
||||
<body class="h-100">
|
||||
<div id="app" class="h-100 d-flex flex-column">
|
||||
<body>
|
||||
<div id="app" class="min-vh-100 d-flex flex-column">
|
||||
<nav id="mainNav" class="navbar sticky-top py-3 py-lg-4 d-print-block">
|
||||
<div class="container">
|
||||
<div class="row align-items-center" style="width:calc(100% + 30px)">
|
||||
|
@ -46,8 +46,8 @@
|
||||
</style>
|
||||
</noscript>
|
||||
</head>
|
||||
<body class="h-100">
|
||||
<div class="h-100 d-flex flex-column">
|
||||
<body>
|
||||
<div class="min-vh-100 d-flex flex-column">
|
||||
@if (Model.IsPending)
|
||||
{
|
||||
<nav id="mainNav" class="navbar sticky-top py-3 py-lg-4 d-print-none">
|
||||
|
Loading…
Reference in New Issue
Block a user