Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashs911 committed Dec 28, 2021
1 parent 06a1861 commit 39b1dd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion openlibrary/templates/recentchanges/render.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<td class="history">$c.ip</td>
<td class="comment">
$if c.kind == 'add-cover':
<img src='$:call_template("comment", c)'/>
Added new cover <img class="comment__cover" src='$:call_template("comment", c)' alt=""/>
$else:
$:call_template("comment", c)
</td>
Expand Down
3 changes: 3 additions & 0 deletions static/css/legacy.less
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ table {
td.comment {
width: 33%;
}
.comment__cover {
vertical-align: middle;
}
}
// openlibrary/templates/lib/markdown.html
&.help {
Expand Down

0 comments on commit 39b1dd7

Please sign in to comment.