mirror of
https://github.com/usememos/memos.git
synced 2024-12-21 02:01:55 +03:00
2042737004
* feat: add username field * chore: update
18 lines
426 B
Plaintext
18 lines
426 B
Plaintext
.common-editor-wrapper {
|
|
@apply flex flex-col justify-start items-start relative w-full h-auto bg-white;
|
|
|
|
> .common-editor-inputer {
|
|
@apply w-full h-full ~"max-h-[300px]" my-1 text-base resize-none overflow-x-hidden overflow-y-auto bg-transparent outline-none whitespace-pre-wrap;
|
|
|
|
&::placeholder {
|
|
padding-left: 2px;
|
|
}
|
|
|
|
&:focus {
|
|
&::placeholder {
|
|
color: lightgray;
|
|
}
|
|
}
|
|
}
|
|
}
|