mirror of https://github.com/usememos/memos.git
16 lines
334 B
Plaintext
16 lines
334 B
Plaintext
@import "./mixin.less";
|
|
@import "./memos-header.less";
|
|
|
|
.memos-wrapper {
|
|
.flex(row, flex-start, flex-start);
|
|
@apply w-auto h-full grow;
|
|
|
|
> .memo-editor-wrapper {
|
|
@apply w-96 h-full shrink-0 py-16 px-8 bg-white;
|
|
}
|
|
|
|
> .memo-list-wrapper {
|
|
@apply w-auto h-full grow px-16 flex flex-col justify-start items-start;
|
|
}
|
|
}
|