Add collapsed classes on app element

This commit is contained in:
Mo Bitar
2018-12-16 12:05:40 -06:00
parent dcd44083ac
commit 1d59fb7c90
7 changed files with 33 additions and 9 deletions

View File

@@ -147,7 +147,8 @@ $footer-height: 32px;
&.collapsed {
opacity: 1;
background-color: var(--sn-stylekit-contrast-background-color);
// so it blends in with editor a bit more
background-color: var(--sn-stylekit-editor-background-color);
}
&.dragging {