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

Update transactions strand responsiveness for landscape mode.

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

+ 18 - 0
views/dashboardPage/dashboard.css

@@ -980,6 +980,19 @@ Modal
                 height: 70%;
             }
 
+        /* TRANSACTIONS */
+        #transactionsStrand{
+            justify-content: flex-end;
+        }
+
+            #transactionsStrand .buttonBox{
+                margin: 0;
+            }
+
+            #transactionsList{
+                height: 70%;
+            }
+
         @media screen and (min-width: 1000px){
             .mobileMenuSelector{
                 top: 20px;
@@ -1040,6 +1053,11 @@ Modal
             #orderList{
                 height: 80%;
             }
+
+            /* TRANSACTIONS */
+            #transactionsList{
+                height: 80%;
+            }
         }
     }
 }