Apply to textarea

This commit is contained in:
Chenlei Hu
2025-04-30 18:32:12 -04:00
parent baf9839c9e
commit 574e421cc0
6 changed files with 8 additions and 8 deletions

View File

@@ -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">

View File

@@ -4,4 +4,4 @@
font-weight: 400;
font-style: normal;
font-display: swap; /* prevents invisible text flash */
}
}

View File

@@ -149,6 +149,10 @@ body {
font-size: 15px;
}
textarea {
font-family: 'ABCRom', monospace;
}
.comfy-modal-content {
display: flex;
flex-direction: column;

View File

@@ -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"
}
}
}

View File

@@ -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'

View File

@@ -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;