EssentialsX / Wiki

Documentation for EssentialsX 2.x.
https://essentialsx.net/wiki/Home.html
7 stars 9 forks source link

Minor style improvement for Discord-Tutorial #20

Closed Andre601 closed 1 year ago

Andre601 commented 3 years ago

This is just a minor improvement idea and can also be seen as me being nitpicky, but wouldn't it look a bit better, if the example images/gifs in the quote blocks would be indendet t have them aligned with the ordered list text?

Example:

Instead of

1. Once on that page, click on "New Application" button on the top right, give your bot a name, and
   then click "Create".
> ![Creating Application](./images/discord/create-app.gif)
> `New Application` -> Give Application a Name -> `Create`

Which looks like

  1. Once on that page, click on "New Application" button on the top right, give your bot a name, and then click "Create".

    Creating Application New Application -> Give Application a Name -> Create

Would you change it to

1. Once on that page, click on "New Application" button on the top right, give your bot a name, and
   then click "Create".
   > ![Creating Application](./images/discord/create-app.gif)
   > `New Application` -> Give Application a Name -> `Create`

Which looks like

  1. Once on that page, click on "New Application" button on the top right, give your bot a name, and then click "Create".

    Creating Application New Application -> Give Application a Name -> Create

Again, this is a minor issue and just me being somewhat nitpicky, but I feel like it would look a bit better (if vue even supports this to begin with)