This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
* skin style
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 0.3.0.0, Nov 12, 2018
|
||||
* @version 0.3.1.1, Nov 15, 2018
|
||||
*/
|
||||
@import "../../../scss/reset";
|
||||
@import "../../../scss/reset-content";
|
||||
@@ -653,8 +653,22 @@ a {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.article-list .item__date {
|
||||
display: none;
|
||||
.article-list {
|
||||
overflow: hidden;
|
||||
.item {
|
||||
&__title {
|
||||
font-size: 20px;
|
||||
}
|
||||
&__date--m {
|
||||
text-align: center;
|
||||
margin-bottom: 10px;
|
||||
color: $black;
|
||||
display: block;
|
||||
}
|
||||
&__date {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.article-list .item,
|
||||
@@ -683,13 +697,6 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
.article-list .item__date--m {
|
||||
text-align: center;
|
||||
margin-bottom: 10px;
|
||||
color: $black;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.tag {
|
||||
margin: 0 5px 10px 0;
|
||||
font-size: 12px;
|
||||
@@ -750,4 +757,8 @@ a {
|
||||
.comments__content {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.content-reset {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user