Skip to content

Commit

Permalink
Tune UI alignment for nav bar notification icon, avatar image, issue …
Browse files Browse the repository at this point in the history
…label (go-gitea#17438)
  • Loading branch information
wxiaoguang authored and Stelios Malathouras committed Mar 28, 2022
1 parent a3e928e commit 97559b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions web_src/less/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ a.ui.card:hover,

.fitted .svg {
margin-right: 0;
vertical-align: middle;
}

.searchbox {
Expand Down
2 changes: 2 additions & 0 deletions web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,7 @@
width: 20px;
height: 20px;
margin: 0 .25rem;
vertical-align: middle;
}

&:first-child:not(.commit) {
Expand Down Expand Up @@ -2791,6 +2792,7 @@
.labels-list .label {
margin: 2px 0;
display: inline-block !important;
line-height: 1.3em; // there is a `font-size: 1.25em` for inside emoji, so here the line-height needs to be larger slightly
}

tbody.commit-list {
Expand Down

0 comments on commit 97559b5

Please sign in to comment.