about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/monsterfork/components/status.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/flavours/glitch/styles/monsterfork/components/status.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/monsterfork/components/status.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/monsterfork/components/status.scss b/app/javascript/flavours/glitch/styles/monsterfork/components/status.scss
index 2759945a7..12060b4a5 100644
--- a/app/javascript/flavours/glitch/styles/monsterfork/components/status.scss
+++ b/app/javascript/flavours/glitch/styles/monsterfork/components/status.scss
@@ -74,7 +74,7 @@ div[data-nest-level] {
 
 @for $i from 0 through 15 {
   div[data-nest-level="#{$i}"] {
-    border-left-width: #{$i * 5}px;
+    border-left-width: #{$i * 3}px;
     border-left-color: darken($ui-base-color, 8%);
   }
 }