If the meme card width is computed to have a defined width but the action bar is bigger, the card will automatically increase in size to make sure the text is contained. This messes up the layout generator which relies on the width being displayed as exact.
Forces the card to have a defined minimum-width during generation which is enforced in the UI card
If the user's name exceeds the action bar width, it properly overflows with an ellipses. The minimum card width ensures the votes and thumbs up/down are always displayed regardless of author name length or image dimensions.
Ensures the meme card height cannot be larger than 70% of the viewport on mobile
If the meme card width is computed to have a defined width but the action bar is bigger, the card will automatically increase in size to make sure the text is contained. This messes up the layout generator which relies on the width being displayed as exact.