Add spacing between online-status and checkbox

This commit is contained in:
Matthias 2021-10-24 19:46:03 +02:00
parent e3c3e93720
commit 58bce4c162

View File

@ -3,7 +3,7 @@
<span class="mr-2">{{ bot.botName || bot.botId }}</span> <span class="mr-2">{{ bot.botName || bot.botId }}</span>
<div class="align-items-center d-flex"> <div class="align-items-center d-flex">
<span class="ml-2 align-middle">{{ <span class="ml-2 mr-1 align-middle">{{
allIsBotOnline[bot.botId] ? '&#128994;' : '&#128308;' allIsBotOnline[bot.botId] ? '&#128994;' : '&#128308;'
}}</span> }}</span>
<b-form-checkbox <b-form-checkbox