1
Fork 0
userstyles/css/tildes-compact/tildes-compact.css

37 lines
856 B
CSS

.topic-listing .topic-text-excerpt,
.post-listing .topic-text-excerpt {
display: none !important;
}
.topic-listing .topic-metadata,
.post-listing .topic-metadata {
display: inline-flex !important;
height: 1.3em !important;
max-width: 200px !important;
overflow: hidden !important;
white-space: nowrap !important;
}
.topic-listing .topic-tags li,
.post-listing .topic-tags li {
display: none !important;
}
.topic-listing .topic-tags:nth-child(-n+3),
.post-listing .topic-tags:nth-child(-n+3) {
display: inherit !important;
}
.topic-listing .topic-info,
.post-listing .topic-info {
width: 500px !important;
}
.topic-listing .user-label,
.post-listing .user-label {
display: none !important;
}
.post-listing .btn-post,
.post-listing .comment-votes {
display: none !important;
}
.post-listing > li {
margin-bottom: unset !important;
}