ページごとのStreamの長さを制限
するUserCSS/UserScriptがほしいyosider.icon
各ページのstreamの箱
document.querySelectorAll(".stream .time-range")
ページ削除やメンバー加入の箱
https://gyazo.com/f754f3fa87455478818a09ce69db8877
code:css
.stream .project-events .page-short {
max-height: 200px;
overflow: hidden;
position: relative;
box-shadow: none;
}
cssだけだとexpandボタンはつけられなさそう
/villagepump/箇条書きを折り畳むUserScript (takker)を応用できる?
public.icon