ソースを参照

Fix quote styling in Chromium

Danilo Bargen 7 年 前
コミット
433fccbe93
1 ファイル変更2 行追加3 行削除
  1. 2 3
      src/sass/sections/_conversation.scss

+ 2 - 3
src/sass/sections/_conversation.scss

@@ -52,6 +52,8 @@
         padding: 8px;
         display: flex;
         flex-direction: row;
+        justify-content: space-between;
+        align-items: center;
 
         .message-quote {
             @include word-wrap;
@@ -60,9 +62,6 @@
         }
 
         .md-icon-button {
-            flex: 1;
-            display: flex;
-            justify-content: right;
         }
     }