Skip to content

Commit

Permalink
In no-thumbnail mode, make margin more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
RadhiFadlillah committed Sep 24, 2019
1 parent a82b882 commit 752d1ba
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion internal/view/css/bookmark-item.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions internal/view/less/bookmark-item.less
Original file line number Diff line number Diff line change
Expand Up @@ -220,17 +220,20 @@
padding-right: 16px;

.bookmark-link .title {
padding: 0;
padding : 0;
margin-bottom: 4px;
}

.excerpt {
padding: 0 0 8px 0;
display: block;
margin-top : 0;
margin-bottom: 4px;
padding : 0;
display : block;
}

.bookmark-tags {
padding-left: 0;
margin : 0 -4px 4px;
margin : 0 -4px 0;
}

.bookmark-menu {
Expand Down
Loading

0 comments on commit 752d1ba

Please sign in to comment.