- 为搜索容器添加与列表控件相同的圆角样式 - 移除话题卡片的 translateY 变换效果以简化视觉表现
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@
|
|||||||
.topic-list-header{
|
.topic-list-header{
|
||||||
background-color: unset;
|
background-color: unset;
|
||||||
}
|
}
|
||||||
.list-controls{
|
.list-controls, .search-container{
|
||||||
border-radius: var(--d-border-radius);
|
border-radius: var(--d-border-radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -157,7 +157,6 @@
|
|||||||
.discourse-no-touch & {
|
.discourse-no-touch & {
|
||||||
background: var(--d-sidebar-active-background);
|
background: var(--d-sidebar-active-background);
|
||||||
box-shadow: 4px 5px 3px 1px #0003, 0 8px 20px -10px var(--topic-card-shadow);
|
box-shadow: 4px 5px 3px 1px #0003, 0 8px 20px -10px var(--topic-card-shadow);
|
||||||
transform: translateY(-1px);
|
|
||||||
border-left: 5px solid var(--d-button-danger-icon-color);
|
border-left: 5px solid var(--d-button-danger-icon-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user