mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 06:10:50 +08:00
Comfy menu text size
A menu size that's more supportive of high resolution displays.
This commit is contained in:
parent
3a1f9dba20
commit
89abd81f7f
@ -56,7 +56,7 @@
|
||||
}
|
||||
|
||||
.litegraph .litemenubar li {
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
color: #999;
|
||||
display: inline-block;
|
||||
min-width: 50px;
|
||||
@ -87,7 +87,7 @@
|
||||
|
||||
.litegraph .litemenu-entry,
|
||||
.litemenu-title {
|
||||
font-size: 12px;
|
||||
font-size: 16px;
|
||||
color: #aaa;
|
||||
padding: 0 0 0 4px;
|
||||
margin: 2px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user