Skip to content

Commit

Permalink
Adjust padding on poeninja and poeprices
Browse files Browse the repository at this point in the history
  • Loading branch information
domialex committed Dec 28, 2024
1 parent 109fd0d commit f411a94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
else if (Price != null)
{
<div class="flex flex-nowrap items-center pt-2">
<div class="flex flex-nowrap items-center">
<div class="text-right w-1/2 pr-2">
<Heading3>Poe.Ninja</Heading3>
<TooltipTopRight>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
else if (Prediction != null && (Prediction.Min != 0 || Prediction.Max != 0))
{
<div class="flex flex-nowrap items-center pt-2">
<div class="flex flex-nowrap items-center">
<div class="text-right w-1/2 pr-2">
<Heading3>@Resources["PoePrices.info"]</Heading3>
<TextCaption Class="@ConfidenceColorClass">@Resources["Confidence: {0:0.#}%", Prediction.ConfidenceScore]</TextCaption>
Expand Down

0 comments on commit f411a94

Please sign in to comment.