mirror of https://github.com/usememos/memos
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
394 B
Plaintext
20 lines
394 B
Plaintext
.memo-list-container {
|
|
@apply flex flex-col justify-start items-start w-full max-w-full overflow-y-scroll !pb-36 hide-scrollbar;
|
|
|
|
> .status-text-container {
|
|
@apply flex flex-col justify-start items-center w-full my-6;
|
|
|
|
&.fetching-tip {
|
|
@apply mt-2 mb-1;
|
|
}
|
|
|
|
> .status-text {
|
|
@apply text-sm text-gray-400 italic;
|
|
}
|
|
}
|
|
|
|
&.completed {
|
|
@apply pb-16;
|
|
}
|
|
}
|