From 90103a5fe59559f30917d6731ab044a3a22b7918 Mon Sep 17 00:00:00 2001 From: Vyrtsev Mikhail Date: Sun, 30 Jun 2019 04:54:14 +0300 Subject: [PATCH] make levels 5+ unindented --- .../components/thread/_theme_dark/thread_theme_dark.scss | 4 ---- frontend/app/components/thread/thread.scss | 8 ++------ 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/frontend/app/components/thread/_theme_dark/thread_theme_dark.scss b/frontend/app/components/thread/_theme_dark/thread_theme_dark.scss index 9bd1f8a9..c6c177b8 100644 --- a/frontend/app/components/thread/_theme_dark/thread_theme_dark.scss +++ b/frontend/app/components/thread/_theme_dark/thread_theme_dark.scss @@ -1,7 +1,3 @@ .thread_theme_dark { border-left-color: rgba(255, 255, 255, 0.35); } - -.thread_theme_dark.thread_level_6 { - border-left-color: rgba(255, 255, 255, 0.2); -} diff --git a/frontend/app/components/thread/thread.scss b/frontend/app/components/thread/thread.scss index 9117c12c..b735d1a3 100644 --- a/frontend/app/components/thread/thread.scss +++ b/frontend/app/components/thread/thread.scss @@ -3,11 +3,7 @@ border-left: 1px dotted rgba(0, 0, 0, 0.15); } -.thread_level_5, .thread_level_6 { - padding-left: 5px; -} - -.thread_level_6 { - border-left: 1px dotted rgba(0, 0, 0, 0.08); + border-left: none; + padding-left: 0; }