diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2021-12-24 20:14:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-24 12:14:42 +0000 |
commit | d7770539f6497e9181d6293700099ac742b03a81 (patch) | |
tree | d7ccf5e37bf40cbb4e36887319469181e80884ee /web_src | |
parent | 7cc44491fae1e5f00616a5b8d8da2934a8a619f8 (diff) | |
download | gitea-d7770539f6497e9181d6293700099ac742b03a81.tar.gz gitea-d7770539f6497e9181d6293700099ac742b03a81.zip |
Improve interface when comparing a branch which has created a pull request (#17911)
* Improve interface when comparing a branch which has created a pull request
* Take the note back
Diffstat (limited to 'web_src')
-rw-r--r-- | web_src/less/_repository.less | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index bb4bee2805..7320f3e302 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -1298,6 +1298,15 @@ .markup { font-size: 14px; } + + .title { + .issue-title { + margin-bottom: .5rem; + .index { + color: var(--color-text-light-2); + } + } + } } .filter.dropdown .menu { |