mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: memo list padding bottom (#759)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
.memo-list-container {
|
.memo-list-container {
|
||||||
@apply flex flex-col justify-start items-start w-full max-w-full overflow-y-scroll hide-scrollbar;
|
@apply flex flex-col justify-start items-start w-full max-w-full overflow-y-scroll pb-16 hide-scrollbar;
|
||||||
|
|
||||||
> .status-text-container {
|
> .status-text-container {
|
||||||
@apply flex flex-col justify-start items-center w-full my-6;
|
@apply flex flex-col justify-start items-center w-full my-6;
|
||||||
|
Reference in New Issue
Block a user