mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 16:25:01 -04:00
set UI breakpoint to 1024 to ensure smooth UX for tablet users. Update the existing UI tests
This commit is contained in:
parent
047750fda4
commit
965659311e
10 changed files with 42 additions and 35 deletions
|
@ -35,7 +35,7 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
@media only screen and ( min-width: 768px ){
|
||||
@media only screen and ( min-width: 1024px ){
|
||||
#operations-dropdown {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue