]> cat aescling's git repositories - mastodon.git/commitdiff
Fix timestamp display in boost/fav modals in RTL locales
authorThibaut Girka <thib@sitedethib.com>
Wed, 17 Jul 2019 19:28:17 +0000 (21:28 +0200)
committerThibG <thib@sitedethib.com>
Thu, 18 Jul 2019 18:56:20 +0000 (20:56 +0200)
app/javascript/flavours/glitch/styles/rtl.scss

index bdc3fee99aee41df042373b0c56cf4255a1f044b..8a275d82f9b5dfb8434708f01e5e9ab628cc3534 100644 (file)
@@ -32,6 +32,11 @@ body.rtl {
     text-align: left;
   }
 
+  .boost-modal__status-time,
+  .favourite-modal__status-time {
+    float: left;
+  }
+
   .navigation-bar__profile {
     margin-left: 0;
     margin-right: 8px;