Explorar el Código

Use 10% avatar border radius for concord theme

JC Brand hace 5 años
padre
commit
cf5f78cb79
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      sass/_variables.scss

+ 1 - 1
sass/_variables.scss

@@ -191,7 +191,7 @@ $mobile_portrait_length: 480px !default;
 }
 
 #conversejs.theme-concord {
-    --avatar-border-radius: 100%;
+    --avatar-border-radius: 10%;
     --avatar-border: 0px;
     --avatar-background-color: none;