As you know Google Gemini ChatBot offers a WebApp variant on

https://gemini.google.com/app

When users enter a question this question is repeated/added in chat history at the bottom again in a separate grey chat box before the chatbot gives an answer. How can I adjust these question boxes via a *.user.js script for Greasemonkey in Firefox or Violentmonkey in Brave) so that:

1.) These question boxes have a width of 70%
2.) Are auto-expanded (via drop down arrow)
3.) are right-adjusted

Thank you