UX: default mobile /categories styles (#41)

This commit is contained in:
Kris 2024-01-29 11:05:26 -05:00 committed by GitHub
parent b9d4474566
commit 85dc24d6b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -182,3 +182,21 @@ ol.category-breadcrumb {
.topic-list .topic-list-item .topic-list-data { .topic-list .topic-list-item .topic-list-data {
padding: 15px; padding: 15px;
} }
// default category list styles when the modern category boxes theme component isn't used
.category-list-item.category {
background: var(--secondary);
border-radius: 1em;
tbody {
display: flex;
flex-direction: column;
width: 100%;
}
td {
width: 100%;
}
.num.posts {
padding-right: 0.25em;
}
}