mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-18 20:53:47 +01:00
Adjust invoice details header layout
This commit is contained in:
parent
ac554a27b6
commit
4b34090376
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
|||
<partial name="_StatusMessage" />
|
||||
|
||||
<div class="row mb-4">
|
||||
<h2 class="col-xs-12 col-lg-9 mb-4 mb-lg-0">@ViewData["Title"]</h2>
|
||||
<div class="col-xs-12 col-lg-3 mb-2 mb-lg-0 text-lg-end">
|
||||
<h2 class="col-xs-12 col-lg-6 mb-4 mb-lg-0">@ViewData["Title"]</h2>
|
||||
<div class="col-xs-12 col-lg-6 mb-2 mb-lg-0 text-lg-end">
|
||||
<div class="d-inline-flex">
|
||||
|
||||
@if (Model.ShowCheckout)
|
||||
|
|
Loading…
Add table
Reference in a new issue