Sfoglia il codice sorgente

added styling to liked/disliked cards on profile

Akira Laine 9 anni fa
parent
commit
307cddc1f3
1 ha cambiato i file con 13 aggiunte e 6 eliminazioni
  1. 13 6
      app/client/stylesheets/app.css

+ 13 - 6
app/client/stylesheets/app.css

@@ -345,12 +345,6 @@ hr{
     margin: 0 10px !important;
     margin: 0 10px !important;
 }
 }
 
 
-@media screen and (max-width: 990px){
-    .card i{
-        line-height: 1.8em;
-    }
-}
-
 .vote_count {
 .vote_count {
   vertical-align: middle;
   vertical-align: middle;
 }
 }
@@ -362,3 +356,16 @@ hr{
 #add-song-button {
 #add-song-button {
     margin-bottom: 100px;
     margin-bottom: 100px;
 }
 }
+
+.profile-card ul{
+    max-height: 365px;
+    overflow-x: hidden;
+    overflow-y: scroll;
+}
+
+/*Media queries stay on the bottom*/
+@media screen and (max-width: 990px){
+    .card i{
+        line-height: 1.8em;
+    }
+}