mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-21 15:24:09 +00:00
Fix badges to bottom of node (#9033)
| Before | After | | ------ | ----- | | <img width="360" alt="before" src="https://github.com/user-attachments/assets/75171909-829e-49c0-9d94-3d5588f28f05" /> | <img width="360" alt="after" src="https://github.com/user-attachments/assets/1ee438c7-8231-4d8f-abea-f901a682dfa3"/>| ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-9033-Fix-badges-to-bottom-of-node-30d6d73d365081a584b1ca925980e59a) by [Unito](https://www.unito.io)
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
v-if="shouldShowPreviewImg"
|
||||
:image-url="latestPreviewUrl"
|
||||
/>
|
||||
<NodeBadges v-bind="badges" :pricing="undefined" />
|
||||
<NodeBadges v-bind="badges" :pricing="undefined" class="mt-auto" />
|
||||
</div>
|
||||
</template>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user