2020-01-27 01:46:36 えあい:evirifried::evirified::straight_shrimp:の投稿 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;
}