Merge remote-tracking branch 'origin/develop' into matthew/status
This commit is contained in:
commit
b9e2b59504
12 changed files with 291 additions and 232 deletions
|
@ -82,6 +82,11 @@ textarea {
|
|||
transition: opacity 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
.mx_fadable.mx_fadable_faded {
|
||||
opacity: 0.3;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* XXX: critical hack to GeminiScrollbar to allow them to work in FF 42 and Chrome 48.
|
||||
Stop the scrollbar view from pushing out the container's overall sizing, which causes
|
||||
flexbox to adapt to the new size and cause the view to keep growing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue