]> cat aescling's git repositories - mastodon.git/commitdiff
Fix status header display in toot mobile menu
authorThibaut Girka <thib@sitedethib.com>
Wed, 24 Apr 2019 14:39:49 +0000 (16:39 +0200)
committerThibG <thib@sitedethib.com>
Wed, 24 Apr 2019 18:21:19 +0000 (20:21 +0200)
app/javascript/flavours/glitch/styles/components/modal.scss

index 2e5b7be55125354cfc11b118c992f8a9404e4373..65b2e75f0a48ff3c2f909606bb156d7864854f41 100644 (file)
   position: relative;
   flex-direction: column;
 
+  .status__relative-time {
+    color: $dark-text-color;
+    float: right;
+    font-size: 14px;
+    width: auto;
+    margin: initial;
+    padding: initial;
+  }
+
   .status__display-name {
     display: flex;
   }
 
   .status__avatar {
-    height: 28px;
-    left: 10px;
-    top: 10px;
+    height: 48px;
     width: 48px;
   }