[Desktop] Native window virtual menu bar (#2215)

This commit is contained in:
Chenlei Hu
2025-01-09 20:21:03 -05:00
committed by GitHub
parent 04c23001fc
commit e076783b89
4 changed files with 38 additions and 10 deletions

View File

@@ -764,3 +764,11 @@ audio.comfy-audio.empty-audio-widget {
.p-tree-node-content {
padding: var(--comfy-tree-explorer-item-padding) !important;
}
.app-drag {
app-region: drag;
}
.no-drag {
app-region: no-drag;
}