Minor Dashboard Adjustments (#3629)

* improves border-radius

* adjusts CF widget wording
This commit is contained in:
dstrukt 2022-04-13 21:08:43 -07:00 committed by GitHub
parent 8981414705
commit 4706aa95e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -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 () {

View File

@ -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>

View File

@ -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);