mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: fix daily memo style
This commit is contained in:
@ -18,7 +18,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
> .memo-content-container {
|
> .memo-content-container {
|
||||||
@apply flex flex-col justify-start items-start w-auto overflow-x-hidden p-0 text-base;
|
@apply flex flex-col justify-start items-start w-full overflow-x-hidden p-0 text-base;
|
||||||
|
|
||||||
> .images-container {
|
> .images-container {
|
||||||
@apply flex flex-col justify-start items-start mt-1 w-full;
|
@apply flex flex-col justify-start items-start mt-1 w-full;
|
||||||
|
Reference in New Issue
Block a user