Problem: fold arrow is small

Solution: increase size of clickable area for arrow
This commit is contained in:
Peter Stuifzand 2022-01-12 21:32:53 +01:00
parent c30156dd10
commit 293c9d66a4

View File

@ -79,10 +79,6 @@ body {
display: none;
}
.list-item .fold {
visibility: hidden;
}
.list-item:hover .fold {
visibility: visible;
}
@ -96,11 +92,17 @@ body {
}
.list-item .fold {
height: 24px;
width: 24px;
text-align: center;
align-self: flex-start;
flex-shrink: 0;
font-size: 10px;
margin-top: 4px;
margin-right: 3px;
cursor: pointer;
visibility: hidden;
display: inline-block;
padding-top: 4px;
}
// enable to close multi line content