mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: fix memos amount
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
@apply px-4;
|
||||
|
||||
> .dialog-container {
|
||||
@apply w-176 max-w-full mb-8 p-0;
|
||||
@apply w-180 max-w-full mb-8 p-0;
|
||||
|
||||
> .dialog-content-container {
|
||||
.flex(column, flex-start, flex-start);
|
||||
@ -38,7 +38,7 @@
|
||||
}
|
||||
|
||||
> .icon-text {
|
||||
@apply text-base mr-1;
|
||||
@apply text-base mr-2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user