mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +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;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: @zindex-navbar-fixed;
|
||||
z-index: @zindex-navbar-fixed + 2;
|
||||
pointer-events: none;
|
||||
.transition(left 0.2s);
|
||||
|
||||
|
@ -79,6 +79,9 @@
|
|||
& li {
|
||||
display: inline-block;
|
||||
}
|
||||
.minimized & {
|
||||
top: 7px;
|
||||
}
|
||||
}
|
||||
.fa-minus.minimize {
|
||||
vertical-align: -5px;
|
||||
|
@ -112,7 +115,6 @@
|
|||
}
|
||||
.text-editor {
|
||||
& textarea {
|
||||
background: none;
|
||||
border-radius: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
|
@ -121,7 +123,7 @@
|
|||
font-size: 14px;
|
||||
line-height: 1.6;
|
||||
|
||||
&:focus {
|
||||
&, &:focus, &[disabled] {
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user