more readable content for kemono.su and coomer.su
relax grid for kemono.su and coomer.su by Nicoeevee
Details
AuthorNicoeevee
LicenseNo License
Categoryuserstyle css
Created
Updated
Code size744 B
Code checksuma2781563
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name relax grid for kemono.su and coomer.su
@version 20250414.17.38
@namespace ?
==/UserStyle== */
@-moz-document domain("kemono.su"), domain("coomer.su") {
.card-list--legacy {
--card-size: 256px !important;
}
.card-list__items{
--card-size: 256px !important;
}
.post-card {
width: 256px;
height: auto;
}
.post-card__image {
-o-object-fit: contain;
object-fit: contain;
width: 100%;
height: 100%;
}
.post-card__image-container {
position: relative;
display: flex;
}
.post-card__footer>div {
color: grey;
display: flex;
flex-direction: row-reverse;
}
.post-card__footer>div>div {
display: flex;
flex-direction: column;
align-items: flex-end;
}
}