diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css index 9296689b..a8c4b3f7 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -187,3 +187,22 @@ progress[aria-valuenow]:before { border: solid 2px #6fde8d; } */ + +.item-animate.ng-hide { + height:0; + opacity:0; + padding:0; +} + +.zm-image-crop +{ + max-width: 100%; + max-height: 100%; +} + +.zm-image-fit +{ + width:100%; +} + + |
