- 在 head_tag.html 中添加条件样式块以支持毛玻璃效果 - 移除 scss/self.scss 中的硬编码卡片样式规则 - 在 settings.yml 中添加 extra_glass_morphism_selectors 配置项 - 在 settings.yml 中添加 extra_card_item_selectors 配置项 - 实现通过设置控制的动态 CSS 样式应用 - 支持自定义选择器列表进行毛玻璃和卡片样式的灵活配置
This commit is contained in:
@@ -60,24 +60,6 @@
|
||||
padding: 24px;
|
||||
}
|
||||
|
||||
.topic-post.clearfix.regular, .post-list-item.user-stream-item,
|
||||
.search-header, .admin-plugin-config-page__content,
|
||||
.user-main .about.collapsed-info .details,
|
||||
.ember-view.group-box{
|
||||
background: var(--d-chat-input-bg-color);
|
||||
border-radius: var(--d-border-radius);
|
||||
box-shadow: #00000024 0 0 7px 2px;
|
||||
margin: 10px 0;
|
||||
position: relative;
|
||||
padding: 16px 12px;
|
||||
overflow: hidden;
|
||||
transition: background-color 0.2s ease-in-out;
|
||||
|
||||
&:hover{
|
||||
background-color: var(--accent-text-color);
|
||||
}
|
||||
}
|
||||
|
||||
.user-content{
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user