[stylelint] Fix css style in molecules components
This commit is contained in:
parent
e75e13f043
commit
fd21220317
|
@ -298,7 +298,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.detail {
|
.detail {
|
||||||
margin: 8px 8px 0 42px;;
|
margin: 8px 8px 0 42px;
|
||||||
color: #909399;
|
color: #909399;
|
||||||
|
|
||||||
.toot-header {
|
.toot-header {
|
||||||
|
|
|
@ -570,6 +570,7 @@ export default {
|
||||||
.media {
|
.media {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
cursor: zoom-in;
|
cursor: zoom-in;
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
|
|
Loading…
Reference in New Issue