Browse Source

fix: use quote icon for plain blockquote

NGPixel 5 năm trước cách đây
mục cha
commit
939fa0dc2e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      client/themes/default/scss/app.scss

+ 1 - 1
client/themes/default/scss/app.scss

@@ -244,7 +244,7 @@
       top: 50%;
       left: -38px;
       color: rgba(255, 255, 255, .7);
-      content: "\F02FC";
+      content: "\F0757";
     }
 
     > p:first-child .emoji {