mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 09:54:30 +01:00
Minor Dashboard Adjustments (#3629)
* improves border-radius * adjusts CF widget wording
This commit is contained in:
parent
8981414705
commit
4706aa95e6
@ -6,10 +6,10 @@
|
||||
|
||||
<div id="AppSales-@Model.App.Id" class="widget app-sales">
|
||||
<header class="mb-3">
|
||||
<h3>@Model.App.Name Sales</h3>
|
||||
<h3>@Model.App.Name Contributions</h3>
|
||||
<a asp-controller="UIApps" asp-action="@action" asp-route-appId="@Model.App.Id">Manage</a>
|
||||
</header>
|
||||
<p>@Model.SalesCount Total Sales</p>
|
||||
<p>@Model.SalesCount Total Contributions</p>
|
||||
<div class="ct-chart ct-major-octave"></div>
|
||||
<script>
|
||||
(function () {
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<div class="widget app-top-items">
|
||||
<header class="mb-3">
|
||||
<h3>@Model.App.Name Top Items</h3>
|
||||
<h3>Top Perks</h3>
|
||||
<a asp-controller="UIApps" asp-action="@action" asp-route-appId="@Model.App.Id">View All</a>
|
||||
</header>
|
||||
@if (Model.Entries.Any())
|
||||
@ -27,7 +27,7 @@
|
||||
else
|
||||
{
|
||||
<p class="text-secondary mt-3">
|
||||
There are no sales yet.
|
||||
No contributions have been made yet.
|
||||
</p>
|
||||
}
|
||||
</div>
|
||||
|
@ -266,7 +266,7 @@ svg.icon-note {
|
||||
--widget-chart-width: 100vw;
|
||||
|
||||
border: 1px solid var(--btcpay-body-border-light);
|
||||
border-radius: var(--btcpay-border-radius);
|
||||
border-radius: var(--btcpay-border-radius-l);
|
||||
padding: var(--widget-padding);
|
||||
background: var(--btcpay-bg-tile);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user