mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 14:20:49 +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 {
|
.litegraph .litemenubar li {
|
||||||
font-size: 14px;
|
font-size: 16px;
|
||||||
color: #999;
|
color: #999;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: 50px;
|
min-width: 50px;
|
||||||
@ -87,7 +87,7 @@
|
|||||||
|
|
||||||
.litegraph .litemenu-entry,
|
.litegraph .litemenu-entry,
|
||||||
.litemenu-title {
|
.litemenu-title {
|
||||||
font-size: 12px;
|
font-size: 16px;
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
padding: 0 0 0 4px;
|
padding: 0 0 0 4px;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user