Bladeren bron

Adjust the size of images.
Give horizontal scroll for images.
Change color of location buttons.

Lee Morgan 4 jaren geleden
bovenliggende
commit
309716341e
1 gewijzigde bestanden met toevoegingen van 5 en 2 verwijderingen
  1. 5 2
      views/main/index.css

+ 5 - 2
views/main/index.css

@@ -224,6 +224,8 @@ body{
 #currency{
     display: flex;
     flex-direction: column;
+    height: 100%;
+    overflow-y: auto;
 }
 
     #currencyContainer{
@@ -232,7 +234,7 @@ body{
     }
 
     #currency img{
-        max-height: 200px;
+        width: 500px;
     }
 
     .currency{
@@ -257,5 +259,6 @@ body{
     }
 
     .curSelected{
-        background: green;
+        background: #152730;
+        color: #5FECE0;
     }