mirror of
https://github.com/usememos/memos.git
synced 2024-12-21 02:01:55 +03:00
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;
|
|
}
|
|
}
|