mirror of
https://github.com/docmost/docmost.git
synced 2025-11-13 01:42:37 +10:00
* fix page import title bug * fix youtube embed in markdown export * add link to rendered file html * fix: markdown callout import * update local generateJSON * feat: switch spaces from sidebar * remove unused package * feat: editor date menu command * fix date description * update default locale code * feat: add more code highlight languages
6 lines
147 B
CSS
6 lines
147 B
CSS
.spaceName {
|
|
width: 100%;
|
|
padding: var(--mantine-spacing-sm);
|
|
color: light-dark(var(--mantine-color-dark-4), var(--mantine-color-dark-0));
|
|
}
|