Skip to content

Commit

Permalink
[blog] isso: add more space after edit and delete actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiGr committed Jul 20, 2024
1 parent 85a71fb commit 189aa0f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions css/blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -879,11 +879,6 @@ div.search-container input:focus {
padding: 0 6px;
}

.isso-comment-footer > a {
position: relative;
top: .2em;
}

.isso-input-wrapper {
display: inline-block;
position: relative;
Expand Down Expand Up @@ -1036,6 +1031,15 @@ div.search-container input:focus {
padding: 0 7px;
}

.isso-comment-footer > a {
position: relative;
top: .2em;
}

.isso-edit, .isso-delete {
margin-right: 0.5em;
}

#comments-info-modal .modal-footer span {
line-height: 34px;
float: left;
Expand Down

0 comments on commit 189aa0f

Please sign in to comment.