소스 검색

Update transactions strand responsiveness for landscape mode.

Lee Morgan 5 년 전
부모
커밋
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%;
+            }
         }
     }
 }