Card height not correct when full width #4160
-
Description:If I change to half-width then the height matches the other cards |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 1 reply
-
This is by design. It offers full-width cards more flexibility since they'll likely have more content. |
Beta Was this translation helpful? Give feedback.
-
@davidhemphill Is there a way to change this? I understand the reasoning for it but also at the same time it seems out of place when all other cards match heights. Also for the sake of saving 20px is it needed? Just curious, thanks :) |
Beta Was this translation helpful? Give feedback.
-
You know, we had it the other way and people complained it was limited to the height of the other smaller cards. 😅 |
Beta Was this translation helpful? Give feedback.
-
@davidhemphill 🤣 guess I'm just a pain then 🤣 I just think it looks better to the eye having everything aligned height wise when they are all the same element essentially. It's nothing breaking but maybe it could be something to consider for the update you mentioned in the footer discussion about making suff more editable. Something like Just a thought but thanks for your hard work with nova, I've enjoyed using it for the past 3 years 😁 |
Beta Was this translation helpful? Give feedback.
-
I like your taste...lol. Maybe we could provide a modifier that adds the fixed height. That seems okay to me. I'll add it to my list. Thank you for the encouragement! It really does help hearing that. |
Beta Was this translation helpful? Give feedback.
-
Awesome I really appreciate your quick response and am glad to see this is something you will consider working on. Hope you have a good evening 😁 |
Beta Was this translation helpful? Give feedback.
-
Already added...should come out soon. You'll be able to use Have a good one! |
Beta Was this translation helpful? Give feedback.
Already added...should come out soon. You'll be able to use
fixedHeight()
,dynamicHeight()
, andheight(Card::DYNAMIC_HEIGHT)
orheight(Card::FIXED_HEIGHT)
.Have a good one!