resolves #232, resolves #228

This commit is contained in:
mdgriffith 2020-06-07 09:48:11 -04:00
parent 1efe4868de
commit f05fa94d93

View File

@ -961,10 +961,17 @@ baseSheet =
]
, Class (dot classes.any ++ dot classes.single ++ dot classes.imageContainer)
[ Prop "display" "block"
, Child "img"
[ Prop "max-height" "100%"
, Prop "max-width" "100%"
, Prop "object-fit" "cover"
, Descriptor (dot classes.heightFill)
[ Child "img"
[ Prop "max-height" "100%"
, Prop "object-fit" "cover"
]
]
, Descriptor (dot classes.widthFill)
[ Child "img"
[ Prop "max-width" "100%"
, Prop "object-fit" "cover"
]
]
]
, Class (dot classes.any ++ ":focus")