diff options
| author | lens <lens@neural.garden> | 2019-02-26 14:12:06 +0000 |
|---|---|---|
| committer | lens <lens@neural.garden> | 2019-02-26 14:12:06 +0000 |
| commit | 47e85adc234317b985966ba8e00a186356a742d4 (patch) | |
| tree | 07be707f0c509edabb9669cc5400a50b37f2d4f9 /docs/assets/css | |
| parent | 4f8de25d23f23d3bb0773a28ffbadd825ea0cd60 (diff) | |
adding kawai k1m
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/css.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/css/css.css b/docs/assets/css/css.css index 6271eb3..5aa0b0b 100644 --- a/docs/assets/css/css.css +++ b/docs/assets/css/css.css @@ -214,7 +214,7 @@ ol li { .playlist { -webkit-overflow-scrolling: touch; overflow-y: auto; - max-height: calc(100vh - 140px); + max-height: calc(100vh - 200px); width: 331px; max-width: calc(100vw - 30px); background: black; @@ -259,7 +259,7 @@ ol li { section { -webkit-overflow-scrolling: touch; overflow-y: auto; - max-height: calc(100vh - 140px); + max-height: calc(100vh - 200px); max-width: 500px; background: black; position: absolute; @@ -339,4 +339,4 @@ section { width: 36px; height: 36px; } -}
\ No newline at end of file +} |
