Skip to content

Commit fdcccaf

Browse files
committed
v0.91.2
1 parent 82c3606 commit fdcccaf

File tree

1 file changed

+6
-12
lines changed
  • src/modules/location-huds/locations/event-locations/halloween

1 file changed

+6
-12
lines changed

src/modules/location-huds/locations/event-locations/halloween/styles.css

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ a.halloweenBoilingCauldronHUD-dialog-closeButton {
237237
}
238238

239239
.halloweenBoilingCauldronHUD-cauldron-queue-brewTime {
240+
display: none;
240241
margin-top: -4px;
241242
margin-left: 3px;
242243
font-size: 13px;
@@ -450,10 +451,14 @@ a.halloweenBoilingCauldronHUD-dialog-closeButton {
450451
margin-left: -5px;
451452
}
452453

454+
.cauldron.halloweenBoilingCauldronRecipeView-cauldron-queueSlot .halloweenBoilingCauldronHUD-yield-image {
455+
margin-top: 0;
456+
}
457+
453458
.halloweenBoilingCauldronRecipeView-cauldron-queueSlot .halloweenBoilingCauldronHUD-yield-image {
454459
width: 42px;
455460
height: 42px;
456-
margin-top: 0;
461+
margin-top: 6px;
457462
margin-left: 4px;
458463
background-size: cover;
459464
}
@@ -533,18 +538,7 @@ a.halloweenBoilingCauldronHUD-dialog-closeButton {
533538
.halloweenBoilingCauldronRecipeView-recipe-ingredientContainer .error {
534539
color: #bd0000;
535540
}
536-
.halloweenBoilingCauldronHUD-cauldron-queue-brewTime {
537-
display: none;
538-
}
539541

540542
.cauldron .halloweenBoilingCauldronHUD-cauldron-queue-brewTime {
541543
display: block;
542544
}
543-
544-
.cauldron.halloweenBoilingCauldronRecipeView-cauldron-queueSlot .halloweenBoilingCauldronHUD-yield-image {
545-
margin-top: 0;
546-
}
547-
548-
.halloweenBoilingCauldronRecipeView-cauldron-queueSlot .halloweenBoilingCauldronHUD-yield-image {
549-
margin-top: 6px;
550-
}

0 commit comments

Comments
 (0)