mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 16:25:01 -04:00
disable all li.operation popovers on mobile and enable and disable on window resize events appropriately
This commit is contained in:
parent
95c9c88799
commit
1092382fbc
2 changed files with 7 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
@media only screen and ( min-width: 768px ){
|
||||
#operations-dropdown {
|
||||
border-bottom: none;
|
||||
border-top: 1px solid var(--primary-border-colour);
|
||||
}
|
||||
|
||||
/* On desktop UI, the categories are always visible */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue