No line numbers for you! Come back in one year.

This commit is contained in:
Gnarwhal 2024-09-19 05:48:57 +01:00
parent 24dab2d928
commit ce9a9c5915
Signed by: Gnarwhal
GPG key ID: 80DB5B37E4C96776

View file

@ -22,4 +22,5 @@ export const line_numbers = style({
paddingRight: '0.5em', paddingRight: '0.5em',
color: colors.foreground2, color: colors.foreground2,
textAlign: 'right', textAlign: 'right',
userSelect: 'none',
}); });