Skip to content

Commit

Permalink
Deploy preview for PR 5576 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
osherwott committed Dec 27, 2024
1 parent f4d4dd2 commit 08a688e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions docs/preview/pr-5576/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65541,7 +65541,7 @@ <h3>Ranks</h3>
<div class="modal-body tab-content p-0" style="overflow-x: hidden;">

<div id="blendingView" class="tab-pane fade in active show">
<div class="justify-content-center no-select my-2 d-flex flex-wrap">
<div id="blenderAndList" class="justify-content-center no-select my-2 d-flex flex-wrap">
<div class="justify-content-center no-select col-12 col-md-7">
<div id="blendBerryList" class="blendingColumn" style="overflow-y: auto;">
<table id="berryBlendingListTable" class="table table-hover table-sm mb-0">
Expand Down Expand Up @@ -65604,7 +65604,7 @@ <h3>Ranks</h3>
</div>
</div>

<div id="blendersList" class="blendingColumn col-12 col-md-5" style="overflow-y: auto;">
<div id="blendersList" class="blendingColumn col-12 col-md-5 mb-1" style="overflow-y: auto;">
<div class="modal-content p-0 sticky-top" style="border: none;">
<table style="width: 100%; table-layout:fixed;">
<tr class="text-light">
Expand All @@ -65630,10 +65630,10 @@ <h3>Ranks</h3>
</div>
<div data-bind="foreach: App.game.blending.machines">
<!-- ko if: $data.blendSlots.some(s => s.isUnlocked) -->
<div class="mt-2 card-header p-0">
<span data-bind="text: `Blender ${$index() + 1}`"></span>
<div class="mt-1 card-header p-0">
<span style="font-weight: bold;" data-bind="text: `Blender ${$index() + 1}`"></span>
</div>
<div>
<div class="mb-1">
<div style="display: flex; flex-direction: row; justify-content: space-evenly;">
<div>
<div style="display: flex; flex-direction: row; justify-content: space-evenly;" data-bind="foreach: $data.blendSlots">
Expand All @@ -65652,13 +65652,13 @@ <h3>Ranks</h3>
</div>
<table style="width: 100%;">
<tr>
<td colspan="5">Incoming Flavors:</td>
<td colspan="5" style="text-decoration: underline;">Incoming Flavors</td>
</tr>
<tr data-bind="foreach: App.game.blending.incomingFlavors($index())">
<td data-bind="text: FlavorType[$data.type]"></td>
<th data-bind="text: FlavorType[$data.type], attr: { style: $data.value > 0 ? '' : 'opacity: 30%' }"></th>
</tr>
<tr data-bind="foreach: App.game.blending.incomingFlavors($index())">
<td data-bind="text: $data.value"></td>
<td data-bind="text: $data.value, attr: { style: $data.value > 0 ? '' : 'opacity: 20%' }"></td>
</tr>
</table>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/preview/pr-5576/styles/styles.min.css

Large diffs are not rendered by default.

0 comments on commit 08a688e

Please sign in to comment.