diff options
author | Mario Lubenka <mario.lubenka@googlemail.com> | 2019-09-03 19:08:30 +0200 |
---|---|---|
committer | Antoine GIRARD <sapk@users.noreply.github.com> | 2019-09-03 19:08:30 +0200 |
commit | be29811f2fe4032a554871222d79f6a2df0a84b1 (patch) | |
tree | 16f3ff772cb6df7792324c050c47fe3da0b5a59b /public/css | |
parent | 2bcd7f34e9240fe3c999fbd41bf6f8361cd76fc1 (diff) | |
download | gitea-be29811f2fe4032a554871222d79f6a2df0a84b1.tar.gz gitea-be29811f2fe4032a554871222d79f6a2df0a84b1.zip |
Fixes deformed emoji in pull request reviews (#8047)
* Fixes deformed emoji in pull request comments or reviews
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
* Generate css via command
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/index.css b/public/css/index.css index a609637581..a68547ffb5 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -678,6 +678,7 @@ footer .ui.left,footer .ui.right{line-height:40px} .repository .diff-file-box .code-diff-split tbody tr td:nth-child(4){border-left-width:1px;border-left-style:solid} .repository .diff-file-box.file-content{clear:right} .repository .diff-file-box.file-content img{max-width:100%;padding:5px 5px 0 5px} +.repository .diff-file-box.file-content img.emoji{padding:0} .repository .repo-search-result{padding-top:10px;padding-bottom:10px} .repository .repo-search-result .lines-num a{color:inherit} .repository.quickstart .guide .item{padding:1em} |