Skip to content

Commit

Permalink
fix(keymap-drawer): Fix some CSS not being applied
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Oct 4, 2023
1 parent c19d170 commit f5164d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/keymap_drawer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ draw_config:
}
}
.shifted, .hold {
font-size: 18px;
text.shifted, text.hold {
font-size: 8px;
fill: var(--blue4);
}
.shifted {
text.shifted {
dominant-baseline: hanging;
text-anchor: end;
translate: 1.8em 0.5em;
translate: 22px 2px;
}
.hold {
text.hold {
dominant-baseline: ideographic !important;
text-anchor: middle;
}
Expand Down

0 comments on commit f5164d9

Please sign in to comment.