長い後半 stylusでぱうーの見た目を前のに近づけるやつ
.status__display-name .display-name__account {
display: contents!important;
}
.status__relative-time {
float: right;
padding-top: 2px;
}
.status__action-bar {
margin-top: 8px;
}
.notification__message {
margin: 0 10px 0 40px;
padding: 8px 0 0;
}
.status__prepend {
margin-left: 68px;
padding: 8px 0 1px;
font-size: 14px;
position: relative;
}
+α stylusでぱうーの見た目を前のに近づけるやつ
button[aria-label="ブックマーク"] {
display: none;
}
button[aria-label="共有"] {
display: none;
}
}