diff options
author | Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> | 2020-05-17 22:43:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-17 23:43:04 +0300 |
commit | 7fd60c6d8d0036bdd0f4ce459f286a5b556b1faa (patch) | |
tree | 46d37d268d1b3bd359e6753f71fdc1f3de87d42a /web_src | |
parent | ef5f17651779e3c45ea248e3fdd7a51472022243 (diff) | |
download | gitea-7fd60c6d8d0036bdd0f4ce459f286a5b556b1faa.tar.gz gitea-7fd60c6d8d0036bdd0f4ce459f286a5b556b1faa.zip |
Fix styling of resolved code comment box (#11463)
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'web_src')
-rw-r--r-- | web_src/less/_review.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web_src/less/_review.less b/web_src/less/_review.less index f146cc1da8..38e5c62793 100644 --- a/web_src/less/_review.less +++ b/web_src/less/_review.less @@ -17,6 +17,12 @@ } } +.add-comment-left.add-comment-right .ui.attached.header { + border: 1px solid #d4d4d5; + margin-bottom: .5em; + margin-top: .5em; +} + .focus-lines-new .ui.button.add-code-comment.add-code-comment-right, .focus-lines-old .ui.button.add-code-comment.add-code-comment-left { opacity: 1; |