misc: reduce line-height for list of links (#84962)
gitea/gadjo/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-12-20 09:48:27 +01:00
parent 2af24283e9
commit 76c19a4918
1 changed files with 2 additions and 2 deletions

View File

@ -802,6 +802,7 @@ ul.objects-list li {
ul.objects-list.single-links li {
padding: 0;
transition: background ease 0.2s;
line-height: 150%;
}
ul.objects-list li:hover {
@ -811,9 +812,8 @@ ul.objects-list li:hover {
ul.objects-list.single-links li a {
display: block;
border: none;
padding: 0 0.5ex 0 2ex;
padding: 0.5em 0.5ex 0.5em 2ex;
&.link-action-icon, &.link-action-text, &.delete {
height: 100%;
position: absolute;
right: 0;
padding-right: 2ex;