mirror of
https://github.com/docmost/docmost.git
synced 2026-05-17 23:14:07 +08:00
switch to menu component
This commit is contained in:
@@ -4,6 +4,14 @@
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user