You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some simple recommendations. I could not figure out how development works using git and zites, so I'll just lay it out here.
I believe it looks strange for the comment_body and topic_body elements to be able to be horizontally resized. It would make sense to set resize: vertical. The topic_body element is especially messed up on horizontal resize.
It also makes sense to me to set the minimum height of the textareas to the height of a line (24px) plus the paddings (20px) and borders (4px) = 48px, which looks like this:
comment_body:
topic_body:
Thanks.
The text was updated successfully, but these errors were encountered:
I have some simple recommendations. I could not figure out how development works using git and zites, so I'll just lay it out here.
I believe it looks strange for the
comment_body
andtopic_body
elements to be able to be horizontally resized. It would make sense to setresize: vertical
. Thetopic_body
element is especially messed up on horizontal resize.It also makes sense to me to set the minimum height of the
textarea
s to the height of a line (24px) plus the paddings (20px) and borders (4px) = 48px, which looks like this:comment_body
:topic_body
:Thanks.
The text was updated successfully, but these errors were encountered: