mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 09:00:55 +08:00
Correct composer position when pane is pinned but screen is too small to actually show it
This commit is contained in:
parent
c811dd569e
commit
bfef59c172
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user