Browse Source

Update order details sidebar responsiveness for landscape mode.

Lee Morgan 5 years ago
parent
commit
f338e87a16
1 changed files with 11 additions and 0 deletions
  1. 11 0
      views/dashboardPage/sidebars.css

+ 11 - 0
views/dashboardPage/sidebars.css

@@ -824,6 +824,11 @@ NEW TRANSACTION
                 margin-top: 3px;
             }
 
+            /* ORDER DETAILS */
+            #orderIngredients{
+                display: none;
+            }
+
         @media screen and (min-width: 1000px){
             .menuLogo{
                 max-height: initial;
@@ -846,6 +851,12 @@ NEW TRANSACTION
             #orderFilterSubmit{
                 margin-top: 15px;
             }
+
+            /* ORDER DETAILS */
+            #orderIngredients{
+                display: flex;
+                flex-direction: column;
+            }
         }
     }
 }