Quellcode durchsuchen

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

Lee Morgan vor 4 Jahren
Ursprung
Commit
309716341e
1 geänderte Dateien mit 5 neuen und 2 gelöschten Zeilen
  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;
     }