mirror of
https://github.com/usememos/memos.git
synced 2024-12-19 00:51:30 +03:00
fix: corners not rounded on memos-editor-wrapper (#1209)
* Fixed corners on memos-editor-wrapper * Remove change in Home.tsx * Moved change to home.less
This commit is contained in:
parent
1f05b52c4e
commit
4ab32d4c2c
@ -16,7 +16,7 @@
|
||||
@apply relative flex-grow max-w-2xl w-full min-h-full flex flex-col justify-start items-start px-4 sm:pr-6;
|
||||
|
||||
> .memos-editor-wrapper {
|
||||
@apply w-full h-auto flex flex-col justify-start items-start bg-zinc-100 dark:bg-zinc-800;
|
||||
@apply w-full h-auto flex flex-col justify-start items-start bg-zinc-100 dark:bg-zinc-800 rounded-lg;
|
||||
}
|
||||
|
||||
> .addition-btn-container {
|
||||
|
Loading…
Reference in New Issue
Block a user