Fix Issue & Pull Request comment headers on mobile (#13039)

Signed-off-by: kolaente <k@knt.li>
This commit is contained in:
kolaente 2020-10-06 00:46:11 +02:00 committed by GitHub
parent 5e1c51cdb6
commit 78aded1eaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -996,11 +996,9 @@
position: relative; position: relative;
color: #767676; color: #767676;
background-color: #f7f7f7; background-color: #f7f7f7;
display: flex;
.text { justify-content: space-between;
padding-top: 10px; align-items: center;
padding-bottom: 10px;
}
&.arrow-top::before, &.arrow-top::before,
&.arrow-top::after { &.arrow-top::after {
@ -1017,11 +1015,16 @@
left: 7px; left: 7px;
} }
.actions a { .actions {
color: rgba(0, 0, 0, .4); display: flex;
padding: 0 .5rem;
&:hover { a {
color: rgba(0, 0, 0, .8); color: rgba(0, 0, 0, .4);
&:hover {
color: rgba(0, 0, 0, .8);
}
} }
} }
} }