mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-11 08:41:32 -04:00
line up all icons and paddings with consistency, return auto bake checkbox on mobile UI
This commit is contained in:
parent
c1a5b67603
commit
b872ac6e68
3 changed files with 21 additions and 4 deletions
|
@ -31,7 +31,15 @@
|
|||
color: var(--primary-font-colour);
|
||||
font-size: 14px;
|
||||
cursor: pointer;
|
||||
line-height: 0;
|
||||
/*line-height: 0;*/
|
||||
}
|
||||
|
||||
#auto-bake {
|
||||
position: relative;
|
||||
width: auto;
|
||||
height: auto;
|
||||
opacity: 1;
|
||||
z-index: initial;
|
||||
}
|
||||
|
||||
#auto-bake-label .check,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue