mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 14:43:06 +08:00
ad5cf1e18b
- Created reusable ResizableWrapper component - Added drag-to-resize functionality for embeds
16 lines
248 B
CSS
16 lines
248 B
CSS
.embedWrapper {
|
|
@mixin light {
|
|
background-color: var(--mantine-color-gray-0);
|
|
}
|
|
|
|
@mixin dark {
|
|
background-color: var(--mantine-color-dark-7);
|
|
}
|
|
}
|
|
|
|
.embedIframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
border-radius: 8px;
|
|
} |