mirror of https://github.com/halo-dev/halo
🐛 修复部分主题的评论框样式混乱的问题
parent
e164d4c30a
commit
c2340c2f6f
|
@ -19,6 +19,13 @@
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.native-comment img{
|
||||||
|
display: inline-block;!important;
|
||||||
|
max-width: 100%;!important;
|
||||||
|
height: auto;!important;
|
||||||
|
margin: auto;!important;
|
||||||
|
}
|
||||||
|
|
||||||
.native-wrap {
|
.native-wrap {
|
||||||
border: 1px solid #f0f0f0;
|
border: 1px solid #f0f0f0;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
Loading…
Reference in New Issue