只能说不愧是专业设计师,有水平的
虽然现阶段还有很多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);
}