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

This commit is contained in:
Vlad Piersec
2021-09-24 11:13:55 +03:00
committed by vp8x8
parent d36bd06b7b
commit 2f8cfb3ae2

View File

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