mirror of https://github.com/usememos/memos
chore: update visitor view buttons
parent
7418d2965d
commit
6a8c559e8c
@ -1,33 +1,22 @@
|
|||||||
@import "./mixin.less";
|
@import "./mixin.less";
|
||||||
|
|
||||||
.memo-list-container {
|
.memo-list-container {
|
||||||
.flex(column, flex-start, flex-start);
|
@apply flex flex-col justify-start items-start w-full max-w-full overflow-y-scroll;
|
||||||
width: 100%;
|
|
||||||
max-width: 100%;
|
|
||||||
overflow-y: scroll;
|
|
||||||
.hide-scroll-bar();
|
.hide-scroll-bar();
|
||||||
|
|
||||||
> .status-text-container {
|
> .status-text-container {
|
||||||
.flex(column, flex-start, center);
|
@apply flex flex-col justify-start items-center w-full my-6;
|
||||||
width: 100%;
|
|
||||||
margin-top: 16px;
|
|
||||||
margin-bottom: 16px;
|
|
||||||
|
|
||||||
&.completed {
|
&.completed {
|
||||||
margin-bottom: 64px;
|
@apply mb-16;
|
||||||
}
|
|
||||||
|
|
||||||
&.invisible {
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
> .status-text {
|
> .status-text {
|
||||||
font-size: 13px;
|
@apply text-sm text-gray-400 italic;
|
||||||
color: gray;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.completed {
|
&.completed {
|
||||||
@apply pb-40;
|
@apply pb-16;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue