]> cat aescling's git repositories - mastodon.git/commitdiff
Fix timestamp position in public pages with RTL languages
authorThibaut Girka <thib@sitedethib.com>
Wed, 31 Oct 2018 10:10:51 +0000 (11:10 +0100)
committerThibG <thib@sitedethib.com>
Wed, 31 Oct 2018 10:37:47 +0000 (11:37 +0100)
app/javascript/flavours/glitch/styles/stream_entries.scss

index 7b6060628997f464717a3f3fd1fca55bab55051a..45dcf70ed0ef0b222f972fdc36b6d2ed512a21cd 100644 (file)
     }
   }
 }
+
+.rtl {
+  .embed, .public-layout {
+    .status .status__relative-time {
+      float: left;
+    }
+  }
+}
This page took 0.029371 seconds and 3 git commands to generate.