Skip to content

Commit 189aa0f

Browse files
committed
[blog] isso: add more space after edit and delete actions
1 parent 85a71fb commit 189aa0f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

css/blog.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -879,11 +879,6 @@ div.search-container input:focus {
879879
padding: 0 6px;
880880
}
881881

882-
.isso-comment-footer > a {
883-
position: relative;
884-
top: .2em;
885-
}
886-
887882
.isso-input-wrapper {
888883
display: inline-block;
889884
position: relative;
@@ -1036,6 +1031,15 @@ div.search-container input:focus {
10361031
padding: 0 7px;
10371032
}
10381033

1034+
.isso-comment-footer > a {
1035+
position: relative;
1036+
top: .2em;
1037+
}
1038+
1039+
.isso-edit, .isso-delete {
1040+
margin-right: 0.5em;
1041+
}
1042+
10391043
#comments-info-modal .modal-footer span {
10401044
line-height: 34px;
10411045
float: left;

0 commit comments

Comments
 (0)