Merge pull request #270 from q310550690/master

update:网页搜索吸顶
This commit is contained in:
铁皮饭盒 2022-11-07 14:53:39 +08:00 committed by GitHub
commit 65a2282e82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -307,6 +307,10 @@ main {
header {
padding: 15px;
position: sticky;
top: 0;
z-index: 99;
background: linear-gradient(180deg, white 80%, transparent);
> .search-input {
display: block;
margin-top: 15px;