mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: import data from json (#53)
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
@apply w-40 h-full shrink-0 rounded-l-lg p-4 bg-gray-100 flex flex-col justify-start items-start;
|
||||
|
||||
> .section-item {
|
||||
@apply text-sm left-6 mt-2 cursor-pointer hover:opacity-80;
|
||||
@apply text-base left-6 mt-2 mb-1 cursor-pointer hover:opacity-80;
|
||||
|
||||
&.selected {
|
||||
@apply font-bold hover:opacity-100;
|
||||
@ -48,7 +48,7 @@
|
||||
@apply w-full text-sm mb-2;
|
||||
|
||||
> .normal-text {
|
||||
@apply shrink-0;
|
||||
@apply shrink-0 select-text;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user