diff options
author | Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> | 2020-06-15 21:50:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 15:50:12 -0400 |
commit | 492b7d63576cc18c5de70cb0fa061b97d67bf227 (patch) | |
tree | 44da19e9e3be9fe14e9366201eaccd1a9dcb6822 | |
parent | c8780984f8c211342acf6b133bd08b940cb9cba2 (diff) | |
download | gitea-492b7d63576cc18c5de70cb0fa061b97d67bf227.tar.gz gitea-492b7d63576cc18c5de70cb0fa061b97d67bf227.zip |
Fix alignment for show/hide outdated link on resolved conversation (#11881)
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
-rw-r--r-- | web_src/less/_repository.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index bfba20d4c9..ca3d56592e 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -1178,6 +1178,11 @@ .segments { box-shadow: none; + + .show-outdated, + .hide-outdated { + display: block; + } } } } |