diff --git a/src/components/Notes.svelte b/src/components/Notes.svelte index 43ba0b5..f9116ab 100644 --- a/src/components/Notes.svelte +++ b/src/components/Notes.svelte @@ -19,6 +19,11 @@ as closely as possible.

+ +

The app is mostly developed for Firefox. I also check as much as I + can that I don't mess things too badly on Chrome. For the other + browsers... caveat emptor.

+

Written by Yanick Champoux diff --git a/src/components/Weapon/index.svelte b/src/components/Weapon/index.svelte index 02b6132..3450030 100644 --- a/src/components/Weapon/index.svelte +++ b/src/components/Weapon/index.svelte @@ -116,8 +116,12 @@ .weapon_row { display: flex; - gap: 2em; align-items: center; } + .weapon_row > :global(*) { + margin-right: 2em; + } + +