prevent word break between "on this network" and "and by paired devices" and fix circle center offset

This commit is contained in:
schlagmichdoch 2023-02-08 05:14:34 +01:00
parent 89d5ae3a02
commit 81d36774b5
3 changed files with 13 additions and 4 deletions

View file

@ -86,7 +86,10 @@
<use xlink:href="#wifi-tethering" />
</svg>
<div id="displayName" placeholder="&nbsp;"></div>
<div class="font-body2">You can be discovered by everyone <span id="on-this-network">on this network</span><span id="and-by-paired-devices" hidden> and by <span id="paired-devices">paired devices</span></span></div>
<div class="font-body2">
You can be discovered by everyone <span id="on-this-network">on&nbsp;this&nbsp;network</span>
<span id="and-by-paired-devices" hidden> and&nbsp;by&nbsp;<span id="paired-devices">paired&nbsp;devices</span></span>
</div>
</footer>
<!-- Pair Device Dialog -->
<x-dialog id="pairDeviceDialog">