Browse Source
Max height to 9999
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/6399/head
John Molakvoæ (skjnldsv)
8 years ago
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with
3 additions and
3 deletions
-
core/css/apps.scss
|
|
|
@ -120,7 +120,7 @@ kbd { |
|
|
|
opacity: 0; |
|
|
|
max-height: 0; |
|
|
|
/* bezier override the hide/slow effect due to the 2000 max-height */ |
|
|
|
transition: max-height 500ms cubic-bezier(0, 1, 0, 1), |
|
|
|
transition: max-height 1000ms cubic-bezier(0, 1, 0, 1), |
|
|
|
opacity 250ms ease-in-out; |
|
|
|
} |
|
|
|
} |
|
|
|
@ -129,9 +129,9 @@ kbd { |
|
|
|
flex: 1 0 100%; |
|
|
|
padding-left: 44px; |
|
|
|
width: inherit; |
|
|
|
transition: max-height 1000ms ease-in-out, |
|
|
|
transition: max-height 2000ms ease-in-out, |
|
|
|
opacity 250ms ease-in-out; |
|
|
|
max-height: 2000px; |
|
|
|
max-height: 9999px; |
|
|
|
opacity: 1; |
|
|
|
> li { |
|
|
|
display: inline-flex; |
|
|
|
|