Skip to content

Commit

Permalink
Fix Issue & Pull Request comment headers on mobile (go-gitea#13039)
Browse files Browse the repository at this point in the history
Signed-off-by: kolaente <[email protected]>
  • Loading branch information
kolaente authored Oct 5, 2020
1 parent 5e1c51c commit 78aded1
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -996,11 +996,9 @@
position: relative;
color: #767676;
background-color: #f7f7f7;

.text {
padding-top: 10px;
padding-bottom: 10px;
}
display: flex;
justify-content: space-between;
align-items: center;

&.arrow-top::before,
&.arrow-top::after {
Expand All @@ -1017,11 +1015,16 @@
left: 7px;
}

.actions a {
color: rgba(0, 0, 0, .4);
.actions {
display: flex;
padding: 0 .5rem;

&:hover {
color: rgba(0, 0, 0, .8);
a {
color: rgba(0, 0, 0, .4);

&:hover {
color: rgba(0, 0, 0, .8);
}
}
}
}
Expand Down

0 comments on commit 78aded1

Please sign in to comment.