mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
Fix Issue & Pull Request comment headers on mobile (#13039)
Signed-off-by: kolaente <k@knt.li>
This commit is contained in:
parent
5e1c51cdb6
commit
78aded1eaa
1 changed files with 12 additions and 9 deletions
|
@ -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);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue