mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: daily review page & setting dialog style (#1392)
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
@apply w-180 max-w-full h-full sm:h-auto mb-8 p-0;
|
||||
|
||||
> .dialog-content-container {
|
||||
@apply flex flex-row justify-start items-start relative w-full h-full overflow-y-scroll p-0 hide-scrollbar;
|
||||
@apply flex flex-row justify-start items-start relative w-full h-full p-0;
|
||||
|
||||
> .close-btn {
|
||||
@apply z-1 flex flex-col justify-center items-center absolute top-4 right-4 w-6 h-6 rounded hover:bg-gray-200 dark:hover:bg-zinc-700 hover:shadow;
|
||||
|
Reference in New Issue
Block a user