Browse Source

fix(subject): Keep subject centered when chat panel is open

master
Vlad Piersec 3 years ago
parent
commit
2f8cfb3ae2
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      css/_subject.scss

+ 4
- 0
css/_subject.scss View File

@@ -75,3 +75,7 @@
75 75
     top: 0;
76 76
     height: 48px;
77 77
 }
78
+
79
+.shift-right .details-container {
80
+    margin-left: calc(#{$sidebarWidth} / 2);
81
+}

Loading…
Cancel
Save