10:28:51 @Rintan@mstdn.y-zu.org
2020-01-27 01:46:36 Posting えあい🦐🦐🦐 Eai@stellaria.network
webuiで高さを取る固定トゥートをたたむ簡易的なcss
icon

.column .status__wrapper[data-featured="true"] {
opacity: 0.4;
background: gray;
height: 4rem;
overflow: hidden;
}
.column .status__wrapper[data-featured="true"] .status__prepend {
display: none;
}
.column .status__wrapper[data-featured="true"]:hover {
opacity: unset;
background: unset;
height: auto;
}