• 0 Posts
  • 75 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle


  • What I meant was (and I was being a little humorous) that your normal type is the one you’d rationally want to like intellectually and emotionally and this dude is the one you.are physically attracted to. I was thinking you were crying over the men you wanted to be similarly physically attracted to and the strong emotional reaction was a result of your surprise at how intense the physical attraction could be.

    It’s OK to have more than one type and be attracted to different people for different reasons. I think you have just discovered a new aspect of your own preferences and are trying to reconcile them.











  • I think for most web apps it doesn’t make sense to allow the width to get so wide, except when the content being displayed is a columnar list and even then it’s a pretty marginal benefit.

    What I’ve done is limit the max-width to some amount of px/chars and allowed the remaining space be empty, with an exception for when displaying tables. Even with tables, the bigger width is only beneficial if either the contents of the columns are large enough, or there are very many columns to show. The solution in my mind is limiting the column widths to the longest content.