web/ChangelogEntry: allow text selection

This commit is contained in:
wukko 2024-07-17 14:49:25 +06:00
parent 691a6acb6c
commit ce95135234
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -66,6 +66,8 @@
padding: 0; padding: 0;
line-height: 1.2; line-height: 1.2;
font-size: 23px; font-size: 23px;
user-select: text;
-webkit-user-select: text
} }
.changelog-banner { .changelog-banner {
@ -94,7 +96,9 @@
line-height: 1.7; line-height: 1.7;
font-size: 14.5px; font-size: 14.5px;
font-weight: 410; font-weight: 410;
font-family: "Noto Sans Mono Variable", "Noto Sans Mono", monospace font-family: "Noto Sans Mono Variable", "Noto Sans Mono", monospace;
user-select: text;
-webkit-user-select: text;
} }
:global(ul) { :global(ul) {