mirror of
https://github.com/flarum/framework.git
synced 2025-02-18 10:02:45 +08:00
Tweak composer styles
Make it appear above the sidepane
This commit is contained in:
parent
f847fce76a
commit
420eb9782e
|
@ -6,7 +6,7 @@
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: @zindex-navbar-fixed;
|
z-index: @zindex-navbar-fixed + 2;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
.transition(left 0.2s);
|
.transition(left 0.2s);
|
||||||
|
|
||||||
|
@ -79,6 +79,9 @@
|
||||||
& li {
|
& li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
.minimized & {
|
||||||
|
top: 7px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.fa-minus.minimize {
|
.fa-minus.minimize {
|
||||||
vertical-align: -5px;
|
vertical-align: -5px;
|
||||||
|
@ -112,7 +115,6 @@
|
||||||
}
|
}
|
||||||
.text-editor {
|
.text-editor {
|
||||||
& textarea {
|
& textarea {
|
||||||
background: none;
|
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -121,7 +123,7 @@
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
|
|
||||||
&:focus {
|
&, &:focus, &[disabled] {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user