mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 16:25:01 -04:00
[#181] decrease size of controls for mobile UI
This commit is contained in:
parent
5362f9fda4
commit
222bb624ae
8 changed files with 52 additions and 35 deletions
|
@ -198,3 +198,8 @@ label[for="output-text"] {
|
|||
#output .cm-panels {
|
||||
border-color: var(--primary-border-colour);
|
||||
}
|
||||
|
||||
/* maximise pane and lay on top of everything ( mobile UI )*/
|
||||
.top-zindex {
|
||||
z-index: 200;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue