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 86ffca3a6a
commit 42fc46700d
1 changed files with 3 additions and 1 deletions

View File

@ -283,7 +283,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;
}
}