Correct composer position when pane is pinned but screen is too small to actually show it

This commit is contained in:
Toby Zerner 2015-05-18 15:17:33 +09:30
parent c811dd569e
commit bfef59c172

View File

@ -105,10 +105,6 @@
z-index: @zindex-composer;
pointer-events: none;
.transition(left 0.2s);
.has-pane.pane-pinned & {
left: @index-pane-width;
}
}
.composer {
border-radius: @border-radius-base @border-radius-base 0 0;
@ -201,6 +197,12 @@
}
}
@media @desktop-hd {
.has-pane.pane-pinned .composer-container {
left: @index-pane-width;
}
}
// ------------------------------------
// Text Editor