Menu adjustments

This commit is contained in:
Pingumask 2023-02-27 21:05:41 +00:00
parent c1693ec361
commit 9b591af752
4 changed files with 6 additions and 8 deletions

4
.github/FUNDING.yml vendored
View file

@ -1,4 +0,0 @@
# These are supported funding model platforms
github: bra1n
custom: https://www.paypal.me/bra1n

View file

@ -219,21 +219,21 @@
<em><font-awesome-icon icon="file-code"/></em>
</li>
<li>
<a href="https://discord.gg/Gd7ybwWbFk" target="_blank">
<a href="https://discord.gg/gD3AB8qCrw" target="_blank">
{{ locale.menu.help.discord }}
</a>
<em>
<a href="https://discord.gg/Gd7ybwWbFk" target="_blank">
<a href="https://discord.gg/gD3AB8qCrw" target="_blank">
<font-awesome-icon :icon="['fab', 'discord']" />
</a>
</em>
</li>
<li>
<a href="https://github.com/bra1n/townsquare" target="_blank">
<a href="https://github.com/Pingumask/townsquare" target="_blank">
{{ locale.menu.help.source }}
</a>
<em>
<a href="https://github.com/bra1n/townsquare" target="_blank">
<a href="https://github.com/Pingumask/townsquare" target="_blank">
<font-awesome-icon :icon="['fab', 'github']" />
</a>
</em>

View file

@ -819,6 +819,7 @@ li.move:not(.from) .player .overlay svg.move {
svg {
margin-right: 2px;
user-select: none;
}
}

View file

@ -163,6 +163,7 @@ export default {
width: 100%;
height: 100%;
font-size: 24px; // svg fonts are relative to document font size
user-select: none;
.label {
fill: black;
stroke: white;