fix 'undefined' list item clone bug, hitboxes for recipe icons more comfortable, fix problem where the operation-dropdown would display on click / tap of elements in expanded recipe view ( mobile )

This commit is contained in:
Robin Scholtes 2023-08-14 21:52:26 +12:00
parent 6caaf1dc99
commit 21eb177527
4 changed files with 15 additions and 6 deletions

View file

@ -280,13 +280,19 @@ input.toggle-string {
}
.recipe-icons i {
margin-right: 10px;
height: 30px;
width: 30px;
text-align: center;
vertical-align: baseline;
float: right;
font-size: 18px;
cursor: pointer;
}
.recipe-icons i:last-child {
margin-right: 10px;
}
.disable-icon {
color: var(--disable-icon-colour);
}