mirror of
https://github.com/mdgriffith/elm-ui.git
synced 2024-11-22 11:52:09 +03:00
parent
1efe4868de
commit
f05fa94d93
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user