satof3 2 лет назад
Родитель
Сommit
b8dbc6517c

+ 1 - 1
apps/app/src/components/PageComment.module.scss

@@ -9,7 +9,7 @@
 
   // reply button
   .btn-comment-reply {
-    backdrop-filter: blur(35px);
+    backdrop-filter: blur(10px);
   }
 
   // TODO: Refacotr Soft-coding

+ 2 - 2
apps/app/src/components/PageComment/Comment.module.scss

@@ -92,7 +92,7 @@
     .bg-comment {
       background-color: rgba( bs.$gray-200, 0.5 );
       border: 1px solid bs.$gray-200;
-      backdrop-filter: blur(35px);
+      backdrop-filter: blur(10px);
     }
 
     .comment-timestamp {
@@ -108,7 +108,7 @@
     .bg-comment {
       background-color: rgba( bs.$gray-800, 0.3 );
       border: 1px solid bs.$gray-700;
-      backdrop-filter: blur(35px);
+      backdrop-filter: blur(10px);
     }
 
     .comment-timestamp {