mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
Menu adjustments
This commit is contained in:
parent
c1693ec361
commit
9b591af752
4 changed files with 6 additions and 8 deletions
4
.github/FUNDING.yml
vendored
4
.github/FUNDING.yml
vendored
|
@ -1,4 +0,0 @@
|
||||||
# These are supported funding model platforms
|
|
||||||
|
|
||||||
github: bra1n
|
|
||||||
custom: https://www.paypal.me/bra1n
|
|
|
@ -219,21 +219,21 @@
|
||||||
<em><font-awesome-icon icon="file-code"/></em>
|
<em><font-awesome-icon icon="file-code"/></em>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://discord.gg/Gd7ybwWbFk" target="_blank">
|
<a href="https://discord.gg/gD3AB8qCrw" target="_blank">
|
||||||
{{ locale.menu.help.discord }}
|
{{ locale.menu.help.discord }}
|
||||||
</a>
|
</a>
|
||||||
<em>
|
<em>
|
||||||
<a href="https://discord.gg/Gd7ybwWbFk" target="_blank">
|
<a href="https://discord.gg/gD3AB8qCrw" target="_blank">
|
||||||
<font-awesome-icon :icon="['fab', 'discord']" />
|
<font-awesome-icon :icon="['fab', 'discord']" />
|
||||||
</a>
|
</a>
|
||||||
</em>
|
</em>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/bra1n/townsquare" target="_blank">
|
<a href="https://github.com/Pingumask/townsquare" target="_blank">
|
||||||
{{ locale.menu.help.source }}
|
{{ locale.menu.help.source }}
|
||||||
</a>
|
</a>
|
||||||
<em>
|
<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']" />
|
<font-awesome-icon :icon="['fab', 'github']" />
|
||||||
</a>
|
</a>
|
||||||
</em>
|
</em>
|
||||||
|
|
|
@ -819,6 +819,7 @@ li.move:not(.from) .player .overlay svg.move {
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -163,6 +163,7 @@ export default {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-size: 24px; // svg fonts are relative to document font size
|
font-size: 24px; // svg fonts are relative to document font size
|
||||||
|
user-select: none;
|
||||||
.label {
|
.label {
|
||||||
fill: black;
|
fill: black;
|
||||||
stroke: white;
|
stroke: white;
|
||||||
|
|
Loading…
Add table
Reference in a new issue