mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: rename enableFoldMemo
(#671)
* chore: rename `enableFoldMemo` * chore: update
This commit is contained in:
@ -71,13 +71,13 @@
|
||||
}
|
||||
|
||||
> .resource-action-list {
|
||||
@apply hidden flex-col justify-start items-start absolute top-6 left-0 mt-1 p-1 z-1 rounded w-36 max-h-52 overflow-auto font-mono bg-zinc-100;
|
||||
@apply hidden flex-col justify-start items-start absolute top-6 left-0 mt-1 p-1 z-1 rounded w-auto overflow-auto font-mono shadow bg-zinc-200 dark:bg-zinc-600;
|
||||
|
||||
> .resource-action-item {
|
||||
@apply w-full flex text-black cursor-pointer rounded text-sm leading-6 px-2 truncate hover:bg-zinc-300 shrink-0;
|
||||
@apply w-full flex text-black dark:text-gray-300 cursor-pointer rounded text-sm leading-6 px-2 truncate hover:bg-zinc-300 dark:hover:bg-zinc-700 shrink-0;
|
||||
|
||||
> .icon-img {
|
||||
@apply w-4 mr-2;
|
||||
@apply w-4 mr-1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user