hiyaryan / the-cdj

The Cognitive Distortion Journal (CDJ) is a smart journaling tool that helps remedy distorted thinking. It can feel impossible to follow the CBT technique of labeling distorted thinking and finding alternative modes of thought (i.e. reframing) while cognitive distortions are occurring. The CDJ does that work for you. -- The CDJ is in beta testing!!
https://thecdj.app
3 stars 0 forks source link

Add margin to the edit TextField of a thought in the Analysis section. #96

Closed hiyaryan closed 7 months ago

hiyaryan commented 7 months ago
Screenshot 2024-01-22 at 10 08 40 AM

Padding can be added only to the TextField of a thought in the analysis section. This will keep the horizontal alignment the same in read mode, and will only be applied to the TextField in edit mode preventing the helper text from getting cut off.

hiyaryan commented 7 months ago

Further testing shows that margin added to the top of the TextField, mt, resolves the issue. Padding is added directly to the TextField separating the Helper Text from the TextField box. See Development for link to PR.

Screenshot 2024-01-22 at 9 58 09 PM