mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-05 23:50:08 +00:00
Apply to textarea
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
||||
<link rel="stylesheet" type="text/css" href="user.css" />
|
||||
<link rel="stylesheet" type="text/css" href="materialdesignicons.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="fonts.css" />
|
||||
|
||||
</head>
|
||||
<body class="litegraph grid">
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap; /* prevents invisible text flash */
|
||||
}
|
||||
}
|
||||
@@ -149,6 +149,10 @@ body {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-family: 'ABCRom', monospace;
|
||||
}
|
||||
|
||||
.comfy-modal-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@@ -68,7 +68,8 @@
|
||||
"content-fg": "#222",
|
||||
"content-hover-bg": "#adadad",
|
||||
"content-hover-fg": "#222",
|
||||
"bar-shadow": "rgba(16, 16, 16, 0.25) 0 0 0.5rem"
|
||||
"bar-shadow": "rgba(16, 16, 16, 0.25) 0 0 0.5rem",
|
||||
"font-family": "ABCRom"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,6 +12,7 @@ import Tooltip from 'primevue/tooltip'
|
||||
import { createApp } from 'vue'
|
||||
import { VueFire, VueFireAuth } from 'vuefire'
|
||||
|
||||
import '@/assets/css/fonts.css'
|
||||
import '@/assets/css/style.css'
|
||||
import { FIREBASE_CONFIG } from '@/config/firebase'
|
||||
import router from '@/router'
|
||||
|
||||
@@ -36,11 +36,6 @@
|
||||
color: var(--primary-hover-fg) !important;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ABCRom';
|
||||
src: url('../../assets/fonts/ABCRom.woff2') format('woff2');
|
||||
}
|
||||
|
||||
/* Popup */
|
||||
.comfyui-popup {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user