summaryrefslogtreecommitdiffstats
path: root/web_src/less/_repository.less
diff options
context:
space:
mode:
authorkolaente <k@knt.li>2020-10-06 00:46:11 +0200
committerGitHub <noreply@github.com>2020-10-05 18:46:11 -0400
commit78aded1eaa0f66e8f4b98f0cca006f4c663aa7f5 (patch)
tree61f041624f92a4b732c2290356569aeea95e6912 /web_src/less/_repository.less
parent5e1c51cdb66e3aee57d2e19d43cfb1a03959096f (diff)
downloadgitea-78aded1eaa0f66e8f4b98f0cca006f4c663aa7f5.tar.gz
gitea-78aded1eaa0f66e8f4b98f0cca006f4c663aa7f5.zip
Fix Issue & Pull Request comment headers on mobile (#13039)
Signed-off-by: kolaente <k@knt.li>
Diffstat (limited to 'web_src/less/_repository.less')
-rw-r--r--web_src/less/_repository.less21
1 files changed, 12 insertions, 9 deletions
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less
index 9882b03453..0360ff7bde 100644
--- a/web_src/less/_repository.less
+++ b/web_src/less/_repository.less
@@ -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 {
@@ -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);
+ }
}
}
}