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

Refactor Composer rendering for smoother animations

Also fixes a couple of miscellaneous bugs:
- Minimise the Composer when clicking the preview button in full-screen mode on desktop.
- Minimise the Composer when clicking the link to the discussion/post in the header on mobile/full-screen mode.
This commit is contained in:
Toby Zerner
2016-02-26 12:49:49 +10:30
parent 5390187a4f
commit 82fc4dd483
6 changed files with 303 additions and 295 deletions

View File

@@ -39,12 +39,15 @@
h3 {
margin: 0;
line-height: 1.5em;
color: @secondary-color;
&, input, a {
color: @secondary-color;
font-size: 14px;
font-weight: normal;
}
input, a {
color: inherit;
}
input {
font-size: 16px;
width: 500px;
@@ -185,6 +188,10 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
h3 {
color: @header-control-color;
}
}
}
h3 {