mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: additional style system setting (#444)
* feat: additional style system setting * feat: remove editor font setting
This commit is contained in:
@ -3,12 +3,6 @@
|
||||
.common-editor-wrapper {
|
||||
@apply flex flex-col justify-start items-start relative w-full h-auto bg-white;
|
||||
|
||||
&.mono {
|
||||
> .common-editor-inputer {
|
||||
@apply font-mono;
|
||||
}
|
||||
}
|
||||
|
||||
> .common-editor-inputer {
|
||||
@apply w-full h-full mt-2 mb-1 text-base resize-none overflow-x-hidden overflow-y-auto bg-transparent whitespace-pre-wrap;
|
||||
max-height: 300px;
|
||||
|
Reference in New Issue
Block a user