Просмотр исходного кода

Update transactions strand responsiveness for landscape mode.

Lee Morgan 5 лет назад
Родитель
Сommit
111e7fc627
1 измененных файлов с 22 добавлено и 0 удалено
  1. 22 0
      views/dashboardPage/dashboard.css

+ 22 - 0
views/dashboardPage/dashboard.css

@@ -963,6 +963,23 @@ Modal
                 height: 70%;
             }
 
+            #newOrderBtn{
+                display: none;
+            }
+
+        /* ORDERS */
+        #ordersStrand{
+            justify-content: flex-end;
+        }
+
+            #ordersStrand .buttonBox{
+                margin: 0;
+            }
+
+            #orderList{
+                height: 70%;
+            }
+
         @media screen and (min-width: 1000px){
             .mobileMenuSelector{
                 top: 20px;
@@ -1018,6 +1035,11 @@ Modal
             #analRecipeContent, .analContent{
                 height: 80%;
             }
+
+            /* ORDERS */
+            #orderList{
+                height: 80%;
+            }
         }
     }
 }