Comfy menu text size

A menu size that's more supportive of high resolution displays.
This commit is contained in:
WAS 2023-04-26 17:12:03 -07:00 committed by GitHub
parent 3a1f9dba20
commit 89abd81f7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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