diff --git a/client/src/components/Sidebar/Sidebar.scss b/client/src/components/Sidebar/Sidebar.scss index e70fb327c8..a0dea045c2 100644 --- a/client/src/components/Sidebar/Sidebar.scss +++ b/client/src/components/Sidebar/Sidebar.scss @@ -22,6 +22,14 @@ width: 15px; height: 16px; } + + .has-messages & { + top: $sidebar-toggle-spacing + 70px; + + @include media-breakpoint-up(sm) { + top: $sidebar-toggle-spacing; + } + } } .sidebar {