narayan954 / dummygram

DummyGram is a social media application where we have posts, stories, chat, friends, authentication, comment, delete, share and like feature. It uses ReactJs in the frontend for the UI and Firebase for the backend storing the users, posts, stories and comments.
https://narayan954.github.io/dummygram/
MIT License
76 stars 185 forks source link

Feedback vertical alignment #1219

Closed Palakkgoyal closed 1 year ago

Palakkgoyal commented 1 year ago

This PR closes #939 I fixed the alignment of feedback page and also setup the char limit for its inputs.

narayan954 commented 1 year ago

also, can you disable the resize option for this textarea, so user can't alter as well?

Palakkgoyal commented 1 year ago

Removed the marginTop as after merging the relativeRoutes PR there is no need to add margin. You can consider this issue for feedback charLimit.

Palakkgoyal commented 1 year ago

also, can you disable the resize option for this textarea, so user can't alter as well?

Let me try

Palakkgoyal commented 1 year ago

Done