1
0
mirror of https://github.com/flarum/core.git synced 2025-07-22 01:01:28 +02:00

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; z-index: @zindex-composer;
pointer-events: none; pointer-events: none;
.transition(left 0.2s); .transition(left 0.2s);
.has-pane.pane-pinned & {
left: @index-pane-width;
}
} }
.composer { .composer {
border-radius: @border-radius-base @border-radius-base 0 0; 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 // Text Editor