[Draw] Update eyelash_corne.conf

This commit is contained in:
a741725193 2025-01-14 13:38:55 +00:00 committed by github-actions[bot]
parent 4bcfe8a679
commit add29a6253

View File

@ -150,8 +150,8 @@ text.footer {
paint-order: stroke; paint-order: stroke;
} }
/* styling for combo tap, and key hold/shifted label text */ /* styling for combo tap, and key non-tap label text */
text.combo, text.hold, text.shifted { text.combo, text.hold, text.shifted, text.left, text.right {
font-size: 11px; font-size: 11px;
} }
@ -165,12 +165,20 @@ text.shifted {
dominant-baseline: hanging; dominant-baseline: hanging;
} }
text.left {
text-anchor: start;
}
text.right {
text-anchor: end;
}
text.layer-activator { text.layer-activator {
text-decoration: underline; text-decoration: underline;
} }
/* styling for hold/shifted label text in combo box */ /* styling for hold/shifted label text in combo box */
text.combo.hold, text.combo.shifted { text.combo.hold, text.combo.shifted, text.combo.left, text.combo.right {
font-size: 8px; font-size: 8px;
} }

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB