Skip to content

Commit 4dca36c

Browse files
committed
fix selector mismatch on emoji images
1 parent 538b5e1 commit 4dca36c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

web_src/css/repo.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,16 +1823,12 @@
18231823
clear: right;
18241824
}
18251825

1826-
.repository .diff-file-box.file-content img {
1826+
.repository .diff-file-box.file-content .image-diff img {
18271827
max-width: 100%;
18281828
padding: 0;
18291829
border-radius: 0;
18301830
}
18311831

1832-
.repository .diff-file-box.file-content img.emoji {
1833-
padding: 0;
1834-
}
1835-
18361832
.repository .diff-file-box .ui.bottom.attached.table.segment {
18371833
padding-top: 5px;
18381834
padding-bottom: 5px;

0 commit comments

Comments
 (0)