mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 14:54:37 +00:00
Fix fuckups
This commit is contained in:
@@ -25,11 +25,10 @@ const message = computed(() => (route.query.message as string) || '')
|
||||
@reference '../assets/css/style.css';
|
||||
|
||||
.desktop-dialog {
|
||||
@apply flex flex-col p-6 rounded-lg;
|
||||
@apply flex flex-col p-6 rounded-lg gap-6;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #2d2d2d;
|
||||
gap: 1.5rem; /* 24px - equivalent to gap-6 */
|
||||
}
|
||||
|
||||
.dialog-title {
|
||||
|
||||
Reference in New Issue
Block a user