タイムラインのノートを話して表示するオプション

This commit is contained in:
syuilo
2020-12-11 22:36:57 +09:00
parent 3356f7113f
commit 1ade89be35
7 changed files with 26 additions and 6 deletions

View File

@@ -287,12 +287,24 @@ hr {
}
}
._close_ ._list_ > * {
._noGap_ ._list_ {
@extend ._panel;
> * {
margin: 0 !important;
border: none;
border-bottom: solid 1px var(--divider);
border-radius: 0;
box-shadow: none;
}
}
._inContainer_ ._list_ > * {
margin: 0 !important;
border: none;
border-bottom: solid 1px var(--divider);
border-radius: 0;
box-shadow: none;
margin: 0 !important;
}
._loadMore {