style(css): 统一搜索容器样式并移除话题卡片变换效果
Discourse Theme / ci (push) Failing after 0s

- 为搜索容器添加与列表控件相同的圆角样式
- 移除话题卡片的 translateY 变换效果以简化视觉表现
This commit is contained in:
2026-02-20 21:34:22 +08:00
parent aafa92430a
commit 48c4a39647
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
.topic-list-header{
background-color: unset;
}
.list-controls{
.list-controls, .search-container{
border-radius: var(--d-border-radius);
}