about summary refs log tree commit diff
path: root/app/javascript/styles/variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/styles/variables.scss')
-rw-r--r--app/javascript/styles/variables.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/javascript/styles/variables.scss b/app/javascript/styles/variables.scss
index 8362096e1..bf8c12bc0 100644
--- a/app/javascript/styles/variables.scss
+++ b/app/javascript/styles/variables.scss
@@ -26,3 +26,6 @@ $ui-base-color: $classic-base-color !default;             // Darkest
 $ui-primary-color: $classic-primary-color !default;       // Lighter
 $ui-secondary-color: $classic-secondary-color !default;   // Lightest
 $ui-highlight-color: $classic-highlight-color !default;   // Vibrant
+
+// Avatar border size (8% default, 100% for rounded avatars)
+$ui-avatar-border-size: 8%;