Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to adjust the page width on the main page. The solutions I've found online don't work.
I tried:
section.max-w-5xl { max-width: 100%; }
also
`.memo-editor-dialog .dialog-container {
width: 100%;
}
.memo-editor-dialog .dialog-container .w-[40rem] {
width: 100%;
}`
But this don't work for the main page, only for the admin page.

What is the correct CSS code for the main page? I have installed the latest version of memos.
Kind Regards
Beta Was this translation helpful? Give feedback.
All reactions