update
This commit is contained in:
@@ -318,3 +318,44 @@
|
|||||||
[data-theme=dark] .social-icon i {
|
[data-theme=dark] .social-icon i {
|
||||||
color: rgba(188, 188, 188) !important; /* 设置为白色 */
|
color: rgba(188, 188, 188) !important; /* 设置为白色 */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout{
|
||||||
|
width: 100%;
|
||||||
|
max-width:1400px;
|
||||||
|
}
|
||||||
|
/* 重新定义宽度 */
|
||||||
|
|
||||||
|
.layout > div:first-child {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
#post {
|
||||||
|
width: 78%;
|
||||||
|
}
|
||||||
|
.aside-content {
|
||||||
|
max-width: 312px;
|
||||||
|
min-width: 300px;
|
||||||
|
}
|
||||||
|
.layout.hide-aside {
|
||||||
|
max-width: 1400px;
|
||||||
|
}
|
||||||
|
/* 定义是否侧边栏的宽度 */
|
||||||
|
|
||||||
|
#recent-posts > .recent-post-item {
|
||||||
|
height: 19em;
|
||||||
|
border: var(--style-border);
|
||||||
|
}
|
||||||
|
#recent-posts > .recent-post-item >.recent-post-info {
|
||||||
|
padding: 0 56px;
|
||||||
|
width: 64%;
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 768px) {
|
||||||
|
#recent-posts > .recent-post-item {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
#recent-posts > .recent-post-item >.recent-post-info {
|
||||||
|
padding: 20px 20px 30px;
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/* 主页文章列表图片宽度 */
|
||||||
Reference in New Issue
Block a user