mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-27 11:09:48 +02:00
WIP: make code compatible with new SILK API
All checks were successful
gitea-sync/antd-web-apps/pipeline/head This commit looks good
All checks were successful
gitea-sync/antd-web-apps/pipeline/head This commit looks good
This commit is contained in:
1135
blog/assets/afx.css
Normal file
1135
blog/assets/afx.css
Normal file
File diff suppressed because it is too large
Load Diff
1
blog/assets/afx.js
Normal file
1
blog/assets/afx.js
Normal file
File diff suppressed because one or more lines are too long
@ -260,10 +260,43 @@ button {
|
||||
white-space: -o-pre-wrap; /* Opera 7 */
|
||||
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
||||
}
|
||||
#container .blogentry a {
|
||||
.search-result {
|
||||
color: #24292e;
|
||||
}
|
||||
.search-result ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.search-result ul li{
|
||||
margin: 0;
|
||||
}
|
||||
.search-result ul li b {
|
||||
color: #878887;
|
||||
}
|
||||
.search-result ul li p.title
|
||||
{
|
||||
font-size: 16px;
|
||||
}
|
||||
.search-result ul li p.preview {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding-left: 20px;
|
||||
}
|
||||
#container .blogentry a,
|
||||
.search-result a {
|
||||
text-decoration: none;
|
||||
color: #3170b2;
|
||||
}
|
||||
.search-result h2 {
|
||||
font-size: 18px;
|
||||
text-align: left;
|
||||
padding-bottom: 0.3em;
|
||||
border-bottom: 1px solid #eaecef;
|
||||
margin-bottom: 16px;
|
||||
font-weight: 600;
|
||||
line-height: 1.25;
|
||||
}
|
||||
#container .blogentry hr {
|
||||
display: block;
|
||||
height: 1px;
|
||||
@ -330,6 +363,9 @@ button {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
form.search-form {
|
||||
display: contents;
|
||||
}
|
||||
input.search-box {
|
||||
flex: 1;
|
||||
padding: 0;
|
||||
|
Reference in New Issue
Block a user