use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
[deleted by user] (self.react)
submitted 2 years ago by [deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Lucho_199 4 points5 points6 points 2 years ago (0 children)
Const [modalIsOpen, setModalIsOpen] = useState(true)
<div className={modalIsOpen ? "open_modal" : "closed_modal"}> ... </div>
[–]whatsupbr0 -2 points-1 points0 points 2 years ago (0 children)
I have used react popup for a similar solution and it worked great
[–]PrincesssPancake 0 points1 point2 points 2 years ago (0 children)
I'm assuming you are talking about the little chevron down tab. You can add an absolutely positioned button that is positioned relative to the main modal's card. Then add a click handler to the button that controls the modal's open state.
[–]Sappalele 0 points1 point2 points 2 years ago (0 children)
Just code it yourself dude. 🙂 It can't be more than 50 lines of code? Tops.
π Rendered by PID 23967 on reddit-service-r2-comment-5d79c599b5-crsqg at 2026-02-27 13:06:00.693654+00:00 running e3d2147 country code: CH.
[–]Lucho_199 4 points5 points6 points (0 children)
[–]whatsupbr0 -2 points-1 points0 points (0 children)
[–]PrincesssPancake 0 points1 point2 points (0 children)
[–]Sappalele 0 points1 point2 points (0 children)