fixed letter spacing and font size for content

This commit is contained in:
0PandaDEV 2024-08-26 09:17:56 +10:00
parent a5102abe46
commit 7c75a95e88
No known key found for this signature in database
2 changed files with 2 additions and 63 deletions

View file

@ -149,7 +149,8 @@ body,
padding: 8px; padding: 8px;
height: calc(100vh - 96px); height: calc(100vh - 96px);
font-family: SFMonoRegular !important; font-family: SFMonoRegular !important;
font-size: 12px; font-size: 14px;
letter-spacing: 1;
border-radius: 10px; border-radius: 10px;
width: calc(100vw - 286px); width: calc(100vw - 286px);
white-space: pre-wrap; white-space: pre-wrap;

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 268 KiB