Show recent item patch notes under the shop detail panel.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+17
-2
@@ -2639,16 +2639,31 @@ body:has(#items-view:not(.hidden)) {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
.item-detail-recipe,
|
||||
.item-detail-upgrades {
|
||||
.item-detail-upgrades,
|
||||
.item-detail-patches {
|
||||
margin-top: 4px;
|
||||
padding-top: 12px;
|
||||
border-top: 1px solid var(--line);
|
||||
}
|
||||
.item-detail-recipe .craft-label,
|
||||
.item-detail-upgrades .craft-label {
|
||||
.item-detail-upgrades .craft-label,
|
||||
.item-detail-patches .craft-label {
|
||||
display: block;
|
||||
margin: 0 0 8px;
|
||||
}
|
||||
.item-detail-box .item-patch-changes {
|
||||
max-width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
gap: 12px;
|
||||
}
|
||||
.item-detail-box .patch-change-ver {
|
||||
font-size: var(--fs-body-sm);
|
||||
}
|
||||
.item-detail-box .patch-notes {
|
||||
font-size: var(--fs-label);
|
||||
line-height: 1.45;
|
||||
}
|
||||
.shop-col-headers {
|
||||
width: 100%;
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user