mirror of
https://github.com/docmost/docmost.git
synced 2026-07-25 10:24:46 +10:00
feat: Improved placeholder and upload handling for images
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
.imagePlaceholder {
|
||||
border-radius: 8px;
|
||||
@mixin light {
|
||||
background-color: var(--mantine-color-gray-0);
|
||||
}
|
||||
|
||||
@mixin dark {
|
||||
background-color: var(--mantine-color-dark-7);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user