raindropの見た目を整える
code:.css
img.image-LAVC {
height: 90px !important;
width: 90px !important;
border-radius: 10px !important;
}
display: none;
}
.info-drai section:last-of-type {
display: none;
}
.info-drai section:nth-last-of-type(2)::after {
content: none !important;
}
display: none;
}
.about-X3Q4 .excerpt-ddEH{
line-clamp: 3 !important;
-webkit-line-clamp: 3 !important;
font-size: 12px;
}
.about-X3Q4 .title-yyxF {
line-clamp: 2 !important;
-webkit-line-clamp: 2 !important;
}
過剰な誘導を削除
https://gyazo.com/d60ce13444f291745b59dfebbd97703c
code:.css
div.item-A94F,
.section-WKan:has(+ div > .item-A94F) {
display: none !important;
}