]> cat aescling's git repositories - mastodon.git/commitdiff
Adjusting new CSS for smaller screens
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 6 Oct 2016 20:00:56 +0000 (22:00 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 6 Oct 2016 20:00:56 +0000 (22:00 +0200)
app/assets/stylesheets/stream_entries.scss

index 910fdf6351c6e6e5b7372d5f11d529caadacb674..badae38417c5fcd190e1eb0d212aed6e299ed159 100644 (file)
     }
   }
 
-  &.activity-stream-headless {
-    .entry:first-child {
-      border-radius: 4px 4px 0 0;
+  .entry:first-child {
+    border-radius: 4px 4px 0 0;
 
-      &:last-child {
-        border-radius: 4px;
-      }
+    &:last-child {
+      border-radius: 4px;
     }
   }
 
     }
   }
 
-  @media screen and (max-width: 360px) {
-    .avatar {
-      display: none;
-    }
-  }
-
   .entry__container {
     overflow: hidden;
   }
       }
     }
   }
+
+  @media screen and (max-width: 360px) {
+    .avatar {
+      display: none;
+    }
+
+    .entry__container__container {
+      margin-left: 7px;
+    }
+  }
 }