bug: gap not supported by chrome
So I changed it to use margins. Fix #12
This commit is contained in:
parent
4d11f6feeb
commit
dadfc7b0da
@ -19,6 +19,11 @@
|
|||||||
as closely as possible.
|
as closely as possible.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
<p>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.</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Written by
|
Written by
|
||||||
<a href="https://twitter.com/yenzie">Yanick Champoux</a>
|
<a href="https://twitter.com/yenzie">Yanick Champoux</a>
|
||||||
|
@ -116,8 +116,12 @@
|
|||||||
|
|
||||||
.weapon_row {
|
.weapon_row {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 2em;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.weapon_row > :global(*) {
|
||||||
|
margin-right: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user