1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 10:18:38 +00:00

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>
This commit is contained in:
Cirno the Strongest
2020-06-15 19:26:10 +02:00
committed by GitHub
parent 5f47835f4c
commit 26cb7e4b39

View File

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