From ce9a9c5915a2a319b14c34c971dd4569b446b34b Mon Sep 17 00:00:00 2001 From: Gnarwhal Date: Thu, 19 Sep 2024 05:48:57 +0100 Subject: [PATCH] No line numbers for you! Come back in one year. --- src/app/[...file]/components/types/text.css.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/[...file]/components/types/text.css.ts b/src/app/[...file]/components/types/text.css.ts index b0c8697..762f02d 100644 --- a/src/app/[...file]/components/types/text.css.ts +++ b/src/app/[...file]/components/types/text.css.ts @@ -22,4 +22,5 @@ export const line_numbers = style({ paddingRight: '0.5em', color: colors.foreground2, textAlign: 'right', + userSelect: 'none', });