mirror of https://github.com/usememos/memos.git
20 lines
462 B
Plaintext
20 lines
462 B
Plaintext
@import "./mixin.less";
|
|
|
|
.page-wrapper.home {
|
|
@apply relative top-0 w-full h-screen overflow-y-auto;
|
|
background-color: #f6f5f4;
|
|
|
|
> .page-container {
|
|
@apply relative w-full min-h-screen mx-auto flex flex-row justify-center items-start;
|
|
|
|
>.sidebar-wrapper{
|
|
@apply flex-shrink-0;
|
|
}
|
|
|
|
> .memos-wrapper {
|
|
@apply relative w-full max-w-2xl min-h-full overflow-x-hidden flex flex-col justify-start items-start px-4 sm:pr-6;
|
|
|
|
}
|
|
}
|
|
}
|