mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: layout style(1)
This commit is contained in:
33
web/src/less/memo-list.less
Normal file
33
web/src/less/memo-list.less
Normal file
@ -0,0 +1,33 @@
|
||||
@import "./mixin.less";
|
||||
|
||||
.memo-list-container {
|
||||
.flex(column, flex-start, flex-start);
|
||||
flex-grow: 1;
|
||||
width: 100%;
|
||||
overflow-y: scroll;
|
||||
.hide-scroll-bar();
|
||||
|
||||
> .status-text-container {
|
||||
.flex(column, flex-start, center);
|
||||
width: 100%;
|
||||
margin-top: 16px;
|
||||
margin-bottom: 16px;
|
||||
|
||||
&.completed {
|
||||
margin-bottom: 64px;
|
||||
}
|
||||
|
||||
&.invisible {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
> .status-text {
|
||||
font-size: 13px;
|
||||
color: gray;
|
||||
}
|
||||
}
|
||||
|
||||
&.completed {
|
||||
padding-bottom: 80px;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user