mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 16:25:01 -04:00
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:
parent
6caaf1dc99
commit
21eb177527
4 changed files with 15 additions and 6 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue