diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-20 10:00:36 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-20 10:00:36 -0500 |
| commit | f357e0a7046e907b9920a2686c502c57ccf3d676 (patch) | |
| tree | f95764415ac82a54fb441aa4f11e9194eb32e371 /www/css | |
| parent | 3be9d17af5b8155960a1a2a6b8ced67ba5c4efd5 (diff) | |
#90 - fixed wide screen issues, I think
Former-commit-id: 1f9c629c426e825c8e4a845356469741b37bacb2
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css index ef98f353..462cb399 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -439,6 +439,16 @@ progress[aria-valuenow]:before { } +/* + +.object-fit_cover { object-fit: cover; width:100%; height:auto;} +.object-fit_contain { object-fit: contain; max-width:100%; height:auto; } +*/ + + +.object-fit_cover { object-fit: cover; width:100%; height:auto;} +.object-fit_contain { object-fit: contain; max-width:100%; max-height:100%; } + .list .item.item-accordion { line-height: 200px; padding-top: 0; |
