我们知道这个问题,并且正在讨论中 ![]()
我有点好奇,所以做了这些调整,以接近 @derak 想要的效果:
.category-boxes, .category-boxes-with-topics {
gap: 1em;
}
.mobile-view .category-boxes .category-box, .mobile-view .category-boxes-with-topics .category-box {
width: 100%;
flex: 0 0 calc(50% - 0.5em);
}
.category-boxes .description {
display: none;
}
.category-boxes .category-box .category-box-inner .category-details .category-box-heading h3 {
text-align: center !important;
}
.category-boxes .category-logo .category-notifications-button, .category-boxes-with-topics .category-logo .category-notifications-button {
visibility: hidden;
}
.category-boxes .category-box {
box-shadow: 0px 0px 8px rgba(0,0,0,.2);
}
