Skip to content

Commit 78aded1

Browse files
authored
Fix Issue & Pull Request comment headers on mobile (#13039)
Signed-off-by: kolaente <[email protected]>
1 parent 5e1c51c commit 78aded1

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

web_src/less/_repository.less

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -996,11 +996,9 @@
996996
position: relative;
997997
color: #767676;
998998
background-color: #f7f7f7;
999-
1000-
.text {
1001-
padding-top: 10px;
1002-
padding-bottom: 10px;
1003-
}
999+
display: flex;
1000+
justify-content: space-between;
1001+
align-items: center;
10041002

10051003
&.arrow-top::before,
10061004
&.arrow-top::after {
@@ -1017,11 +1015,16 @@
10171015
left: 7px;
10181016
}
10191017

1020-
.actions a {
1021-
color: rgba(0, 0, 0, .4);
1018+
.actions {
1019+
display: flex;
1020+
padding: 0 .5rem;
10221021

1023-
&:hover {
1024-
color: rgba(0, 0, 0, .8);
1022+
a {
1023+
color: rgba(0, 0, 0, .4);
1024+
1025+
&:hover {
1026+
color: rgba(0, 0, 0, .8);
1027+
}
10251028
}
10261029
}
10271030
}

0 commit comments

Comments
 (0)