タイムラインのノートを話して表示するオプション
This commit is contained in:
parent
3356f7113f
commit
1ade89be35
7 changed files with 26 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue