- 为搜索容器添加白色半透明背景 - 将背景模糊效果从 16px 增加到 32px - 保持现有的边框圆角和阴影效果 - 确保所有相关页面元素具有一致的视觉样式
This commit is contained in:
+2
-2
@@ -48,10 +48,10 @@
|
|||||||
border-radius: var(--d-border-radius);
|
border-radius: var(--d-border-radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
.regular.ember-view, .user-main, .reviewable, .admin-content, .contents.clearfix.body-page{
|
.regular.ember-view, .user-main, .reviewable, .admin-content, .contents.clearfix.body-page, .search-container{
|
||||||
background-color: #ffffffa8 !important;
|
background-color: #ffffffa8 !important;
|
||||||
border-radius: var(--d-border-radius);
|
border-radius: var(--d-border-radius);
|
||||||
backdrop-filter: blur(16px);
|
backdrop-filter: blur(32px);
|
||||||
box-shadow: #00000077 0 0 19px 0;
|
box-shadow: #00000077 0 0 19px 0;
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user