misc: enlarge clickable zone of endpoint toggler (#76425)
gitea/passerelle/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-04-08 13:35:08 +02:00
parent 89cbcd77b3
commit eb93e78478
1 changed files with 3 additions and 1 deletions

View File

@ -284,7 +284,9 @@ ul.get-params li {
content: "\f107"; /* angle-down */
font-family: FontAwesome;
cursor: pointer;
right: 6.5rem;
right: 5.5rem;
width: 3em;
text-align: center;
line-height: 2rem;
}
}