fix(subject): Keep subject centered when chat panel is open
This commit is contained in:
parent
d36bd06b7b
commit
2f8cfb3ae2
|
@ -75,3 +75,7 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.shift-right .details-container {
|
||||||
|
margin-left: calc(#{$sidebarWidth} / 2);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue