mods icon indicating copy to clipboard operation
mods copied to clipboard

Fix store twitch info on smaller displays

Open Sneethan opened this issue 2 years ago • 3 comments

Please describe the changes this PR makes and why it should be merged: The action store twitch info was previously not able to be saved on smaller displays without editing the action, as it had a scroll bar that didnt work, I have now added a working scroll bar so the action can now be saved on smaller displays without editing the action. Status

  • [➖ ] Code changes have been tested against the Discord API and the discord.js wrapper, or there are no code changes
  • [➖ ] Documentation has been added/modified, or there is nothing to change (docs/mods.json) (Nothing API related changed within this PR)

Semantic versioning classification:

  • [❌ ] This PR changes DBM's interface (methods or parameters added to default methods)
  • [❌ ] This PR only includes non-code changes, like changes to documentation, README, etc.

Sneethan avatar Mar 27 '22 10:03 Sneethan

Instead of just making x scrollable why not try to make it responsive?

DetroitWhiskey136 avatar Apr 07 '22 12:04 DetroitWhiskey136

Interesting idea, I don't really know how I would do that though

Sneethan avatar Apr 07 '22 20:04 Sneethan

w3schools can help you understand the fundementals for responsive views. https://www.w3schools.com/howto/howto_css_responsive_form.asp https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_responsive_form

DetroitWhiskey136 avatar Apr 11 '22 18:04 DetroitWhiskey136