長い前半 stylusでぱうーの見た目を前のに近づけるやつ
@-moz-document domain("pawoo.net") {
.column {
min-width: 350px;
flex: 1 1 0;
}
.status__action-bar {
flex: 0 1 auto;
justify-content: flex-start;
}
.status {
padding: 2px 12px 8px 68px;
}
.status__avatar {
position: absolute;
left: 10px;
top: 11px;
}
.status__info {
margin-bottom: 0px;
margin-top: 4px;
align-items: baseline;
height: 24px;
}
+α stylusでぱうーの見た目を前のに近づけるやつ
button[aria-label="ブックマーク"] {
display: none;
}
button[aria-label="共有"] {
display: none;
}
}
前半後半+αの順番でstylusに貼り付けると多分それっぽくなると思います