mirror of
https://github.com/Ajetski/corne-zmk-config.git
synced 2025-11-27 13:02:45 -10:00
[Draw] Update eyelash_corne.conf
This commit is contained in:
parent
4bcfe8a679
commit
add29a6253
@ -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 |
Loading…
x
Reference in New Issue
Block a user