mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 07:00:23 +00:00
Fix missing tailwind reference
This commit is contained in:
@@ -24,6 +24,8 @@ const message = computed(() => (route.query.message as string) || '')
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
@reference '../assets/css/style.css';
|
||||
|
||||
.desktop-dialog {
|
||||
@apply w-screen h-screen flex items-center justify-center;
|
||||
background: #1a1a1a;
|
||||
|
||||
Reference in New Issue
Block a user