FROG icon indicating copy to clipboard operation
FROG copied to clipboard

li-image when rotated looks awful

Open houshuang opened this issue 6 years ago • 2 comments

houshuang avatar Dec 19 '18 06:12 houshuang

I tried the recipe here, and it seems to work -although still needs quite a bit of fiddling to get it to work right.

https://stackoverflow.com/questions/16301625/rotated-elements-in-css-that-affect-their-parents-height-correctly

houshuang avatar Jan 18 '19 14:01 houshuang

There are 2 possible ways to fix this:

  1. Increase the size of LI to match the new height of the image (will propagate height change across other items in the list too)
  2. Reduce the size of image to match the height of LI (more suitable according to me)

Let me know which approach do you find more suitable

ajainuary avatar May 09 '19 08:05 ajainuary