1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 01:16:52 +02:00

Update some styles for the Mithril app

This commit is contained in:
Toby Zerner
2015-04-25 22:31:37 +09:30
parent b61017efdc
commit 31ec6f27ce
3 changed files with 15 additions and 10 deletions

View File

@@ -70,7 +70,7 @@
.box-shadow(2px 2px 6px -2px @fl-shadow-color);
.transition(left 0.2s);
&.showing {
.pane-showing & {
left: 0;
}
& .container {
@@ -106,7 +106,7 @@
@media @desktop-hd {
.index-area.paned {
.with-pane & {
.pane-pinned & {
left: 0;
z-index: @zindex-composer - 1;
.transition(none);
@@ -114,7 +114,7 @@
}
// When the pane is pinned, move the other page content inwards
.global-content, .global-footer {
.with-pane & {
.has-pane.pane-pinned & {
margin-left: @index-pane-width;
& .container {
max-width: 100%;
@@ -123,7 +123,7 @@
}
}
.global-header .container {
.with-pane & {
.has-pane.pane-pinned & {
width: 100%;
}
}