mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
23 lines
347 B
CSS
23 lines
347 B
CSS
.aiMenu {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
min-height: 2.25rem;
|
|
}
|
|
.menuItemSelected {
|
|
background-color: var(--mantine-color-gray-1);
|
|
|
|
@mixin dark {
|
|
background-color: var(--mantine-color-dark-5);
|
|
}
|
|
}
|
|
|
|
.resultPreviewWrapper {
|
|
*:first-child {
|
|
margin-top: 0;
|
|
}
|
|
*:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|