Skip to content

Commit 6836162

Browse files
committed
Style fixes for ducats/credits in item tooltips
1 parent b8bf722 commit 6836162

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/App.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@ input:disabled {
512512
.component-image,
513513
.credits,
514514
.ducats {
515+
vertical-align: middle;
515516
user-select: none;
516517
-moz-user-select: none;
517518
-webkit-user-select: none;
@@ -810,7 +811,7 @@ input:disabled {
810811
}
811812

812813
& > span {
813-
display: flex;
814+
display: block;
814815
}
815816
}
816817

src/components/checklist/ItemGeneralInfoTooltip.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function ItemGeneralInfoTooltip({ item, itemName }) {
6868
className="credits"
6969
src={credits}
7070
alt=""
71-
width="15px"
71+
width="20px"
7272
/>{" "}
7373
<span className="item-build-price">
7474
{recipe.price.toLocaleString()}

0 commit comments

Comments
 (0)