Skip to content

Commit

Permalink
adjust styling
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Schuettler <[email protected]>
  • Loading branch information
mschuettlerTNG committed Feb 3, 2025
1 parent 819a400 commit f5ca30b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebUI/src/components/SettingsImageWorkflowSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@
<div v-if="imageGeneration.backend === 'comfyui'" class="flex flex-col gap-2">
<div class="flex justify-between items-center pt-3">
<p>{{ languages.SETTINGS_IMAGE_WORKFLOW }}</p>
<p
<p class="select-none"
v-show="imageGeneration.activeWorkflow.requirements?.includes('high-vram')"
:data-tooltip="i18nState.WORKFLOW_HIGH_VRAM_INFO"
>
<span class="svg-icon text-white align-bottom i-warning-triangle w-5 h-5 px-3"></span>
<span class="svg-icon text-purple-500 align-bottom i-warning-triangle w-5 h-5 px-3"></span>
{{ languages.WORKFLOW_HIGH_VRAM_WARNING }}️
</p>
</div>
Expand Down

0 comments on commit f5ca30b

Please sign in to comment.