mirror of
https://github.com/docmost/docmost.git
synced 2026-05-14 20:54:07 +08:00
06d854a7d2
* ui polishing * frontend and backend fixes
7 lines
174 B
CSS
7 lines
174 B
CSS
.spaceName {
|
|
display: block;
|
|
width: 100%;
|
|
padding: var(--mantine-spacing-sm);
|
|
color: light-dark(var(--mantine-color-black), var(--mantine-color-dark-0));
|
|
}
|