chore: fix feed styles
This commit is contained in:
parent
443aaa41ed
commit
1302d5681f
1 changed files with 4 additions and 1 deletions
|
@ -445,7 +445,7 @@ ul#items {
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
}
|
}
|
||||||
ul#items li.regularitem {
|
ul#items li.regularitem {
|
||||||
padding: 20px 20px 5px;
|
padding: 20px;
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
@ -542,6 +542,9 @@ ul#items li.regularitem div.itemcontent blockquote {
|
||||||
ul#items li.regularitem div.itemcontent strong {
|
ul#items li.regularitem div.itemcontent strong {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
ul#items li.regularitem div.itemcontent p:last-of-type {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
ul#items li.regularitem div.player img {
|
ul#items li.regularitem div.player img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue