Discourse Central主题真的很好看

只能说不愧是专业设计师,有水平的

虽然现阶段还有很多bug,但靠自己的css技术缝缝补补了一些,用上去还是非常赏心悦目

我对这个主题的补丁
body:not(.admin-interface) #sidebar-section-content-categories .sidebar-section-link-wrapper[data-category-id] .sidebar-section-link-prefix:before {
    display: none !important;
}

.badge-category__wrapper .badge-category:before {
    display: none !important;
}

.d-header .d-header-icons li>button, .d-header .d-header-icons li>.icon {
    overflow: visible;
}

.d-header .header-dropdown-toggle .user-status-background {
    transform: translateX(40px);
    z-index: 1002 !important;
    img {
        width: 14px !important;
        height: 14px !important;
    }
}

.cooked a {
    color: var(--tertiary);
}

:root {
    --d-max-width: 1600px !important;
}

.sidebar-footer-actions .d-icon {
    scale: 120%;
}

#header-list-area {
    .category-boxes,
    .c-categories {
        display: none;
    }
}

.c-categories__item {
    width: 100%;
}

@media screen and (max-width: 768px) { 
    #sidebar-section-content-user-threads {
        display: none;
    }
    body:not(.admin-interface) .sidebar-wrapper .sidebar-section-wrapper:not([data-section-name=community]) {
        display: none;
    }
}

.new-user-content-wrapper,
.new-user-wrapper .user-navigation,
.new-user-wrapper .user-navigation-secondary {
    max-width: calc(100vw - 2rem);
}
2 Likes

Discourse 的设计还是在线的。

简洁的风格,内容获取都非常不错。

很久以前就发现了这个,真的很好看,简洁的外观上又不失美感。

只不过当时暂时还未发布

现在已经发布了

了解,但我似乎找不到从哪里开关,允许用户在边栏切换主题了?

还是说这是一个组件?

已经找到了

其实是sidebar theme selector,不是hamburger theme selector

1 Like

thanks

确实好看好好播

好看,不过好像还没有很完善

新主题

目前PC端很好看,移动端看起来很空,感觉少点什么

好看是好看 就是 和我用的主题一样左右都空了太多了 如果可以拉长就好了

这个值由 --d-max-width 控制,你想设置多少都可以啊

比如我在我社区就设置了:

:root {
    --d-max-width: 1600px !important;
}