wip: desktop work

This commit is contained in:
Adam
2025-10-30 13:49:29 -05:00
parent 2a0b67d84f
commit dc6e54503c
20 changed files with 581 additions and 373 deletions

View File

@@ -0,0 +1,24 @@
[data-component="markdown"] {
min-width: 0;
max-width: 100%;
overflow: auto;
scrollbar-width: none;
color: var(--text-base);
/* text-14-regular */
font-family: var(--font-family-sans);
font-size: var(--font-size-base);
font-style: normal;
font-weight: var(--font-weight-regular);
line-height: var(--line-height-large); /* 142.857% */
letter-spacing: var(--letter-spacing-normal);
&::-webkit-scrollbar {
display: none;
}
/* p { */
/* margin-top: 8px; */
/* margin-bottom: 8px; */
/* } */
}