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