Commit f762b3cf authored by Vanessa's avatar Vanessa

💄 about admin #12387

parent 76c53cf5
......@@ -163,6 +163,15 @@ a:hover {
box-shadow: inset 0 -1px 0 #bbb;
}
.content-reset img {
max-width: 100%;
vertical-align: middle;
border: 0;
height: auto;
overflow: hidden;
font-size: 12px;
}
.tooltipped {
position: relative;
cursor: pointer;
......
......@@ -82,8 +82,8 @@ admin.commentList = {
commentsData[i] = {};
commentsData[i].content = Util.replaceEmString(comments[i].commentContent) +
"<span class='table-tag'> on &nbsp;&nbsp;</span><a href='" + latkeConfig.servePath + comments[i].commentSharpURL +
commentsData[i].content = '<div class="content-reset">' + Util.replaceEmString(comments[i].commentContent) +
"</div><span class='table-tag'> on &nbsp;&nbsp;</span><a href='" + latkeConfig.servePath + comments[i].commentSharpURL +
"' target='_blank'>" + comments[i].commentTitle +
"</a>";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment