修复样式问题
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 2s
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 2s
This commit is contained in:
@@ -320,17 +320,18 @@
|
||||
border: 1px solid #e0e0e0;
|
||||
border-radius: 30px;
|
||||
padding-left: 24px;
|
||||
padding-right: 13px;
|
||||
/* padding-right: 13px; */
|
||||
background: #f8f8f8;
|
||||
}
|
||||
|
||||
.search-input-box input {
|
||||
flex: 1;
|
||||
|
||||
border: none;
|
||||
outline: none;
|
||||
background: transparent;
|
||||
font-size: 14px !important;
|
||||
padding: 10px 0;
|
||||
flex:1;
|
||||
}
|
||||
|
||||
.search-input-box input::placeholder {
|
||||
@@ -346,6 +347,7 @@
|
||||
}
|
||||
.search-clear-box {
|
||||
padding-right: 10px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
/* .search-clear-btn {
|
||||
border-right: 1px solid #eee;
|
||||
@@ -363,6 +365,7 @@
|
||||
.search-submit-box {
|
||||
border-left: 1px solid #d9d9d9;
|
||||
padding-left:10px;
|
||||
padding-right: 13px;
|
||||
max-height: 18px;
|
||||
}
|
||||
.search-history {
|
||||
|
||||
Reference in New Issue
Block a user