mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
use monospace font for ping results
This commit is contained in:
parent
f5cc7fd36f
commit
6954a5f8a5
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
<!-- results -->
|
||||
<div class="flex flex-col h-full bg-white dark:bg-zinc-800 rounded shadow overflow-hidden">
|
||||
<div class="flex border-b border-gray-300 dark:border-zinc-700 text-gray-700 dark:text-gray-200 p-2 font-semibold">Results</div>
|
||||
<div id="results" class="flex flex-col h-full bg-black text-white p-2 overflow-y-scroll">
|
||||
<div id="results" class="flex flex-col h-full bg-black text-white p-2 overflow-y-scroll font-mono">
|
||||
<div v-for="pingResult of pingResults">{{ pingResult }}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue