disable all li.operation popovers on mobile and enable and disable on window resize events appropriately

This commit is contained in:
Robin Scholtes 2023-07-24 14:57:21 +12:00
parent 95c9c88799
commit 1092382fbc
2 changed files with 7 additions and 0 deletions

View file

@ -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 */