feat(chat): Make chat push content to the side in large view

This commit is contained in:
Mihai Uscat
2020-03-11 11:45:42 +02:00
committed by vp8x8
parent bf7aa39947
commit 5f5468995f
12 changed files with 94 additions and 55 deletions

View File

@@ -42,6 +42,11 @@
display: none;
}
&.shift-right {
margin-left: $sidebarWidth;
width: calc(100% - #{$sidebarWidth});
}
.toolbox-background {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
transition: bottom .3s ease-in;