瀏覽代碼

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;
         }
     }