Home.css
出自失传媒体中文维基
更多操作
状态:未填写 | 类型:未填写
.page-header-info {
display: none !important;
}
.recent-article {
max-height: 40vh;
overflow-y: auto;
}
.other-sites {
display: grid;
grid-template-columns: repeat(4, 1fr);
justify-items: center;
justify-content: center;
background: var(--color-surface-1);
}