mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14:04 +02:00
fixed letter spacing and font size for content
This commit is contained in:
parent
a5102abe46
commit
7c75a95e88
2 changed files with 2 additions and 63 deletions
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue