Vertically align review icons on repository sidebar (#11880)

* Vertically align review icons on repository sidebar

* Update web_src/less/_repository.less

Co-authored-by: silverwind <me@silverwind.io>

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
mj-v1.14.3
Cirno the Strongest 4 years ago committed by GitHub
parent 5f47835f4c
commit 26cb7e4b39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -86,6 +86,10 @@
}
.ui.list {
&.assignees .icon {
line-height: 2em;
}
.hide {
display: none !important;
}

Loading…
Cancel
Save