Formatting/cleanup (#2594)

This commit is contained in:
Margen67
2025-02-17 07:10:00 -08:00
committed by GitHub
parent e04ea07774
commit 7bc48c5074
22 changed files with 129 additions and 149 deletions

View File

@@ -1,6 +1,6 @@
<!--
A refresh button that disables and shows a progress spinner whilst active.
Usage:
```vue
<RefreshButton

View File

@@ -280,7 +280,7 @@ watch(activeCategory, (_, oldValue) => {
<style>
.settings-tab-panels {
padding-top: 0px !important;
padding-top: 0 !important;
}
</style>

View File

@@ -240,7 +240,7 @@ const truncateDefaultValue = (value: any, charLimit: number = 32): string => {
}
._sb_col {
border: 0px solid #000;
border: 0 solid #000;
display: flex;
align-items: flex-end;
flex-direction: row-reverse;

View File

@@ -254,7 +254,7 @@ useEventListener(document, 'litegraph:canvas', canvasEventHandler)
}
@media all and (max-width: 768px) {
.invisible-dialog-root {
margin-left: 0px;
margin-left: 0;
}
}

View File

@@ -92,7 +92,7 @@ const props = defineProps<{
color: var(--p-primary-contrast-color);
font-weight: bold;
border-radius: 0.25rem;
padding: 0rem 0.125rem;
padding: 0 0.125rem;
margin: -0.125rem 0.125rem;
}
</style>

View File

@@ -17,7 +17,7 @@
v-if="['in_progress', 'paused', 'completed'].includes(download.status)"
>
<!-- Temporary fix for issue when % only comes into view only if the progress bar is large enough
https://comfy-organization.slack.com/archives/C07H3GLKDPF/p1731551013385499
https://comfy-organization.slack.com/archives/C07H3GLKDPF/p1731551013385499
-->
<ProgressBar
class="flex-1"

View File

@@ -133,7 +133,7 @@ onUnmounted(() => {
left: 0;
height: 1.5rem;
vertical-align: top;
width: 0px;
width: 0;
}
.model-lib-model-icon {
background-size: cover;