mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Fix alignment of handle button
This commit is contained in:
parent
f574fffcb1
commit
627747c3ef
|
@ -64,7 +64,7 @@ const stopEditBot = (botId: string) => {
|
||||||
:title="`${bot.botId} - ${bot.botName} - ${bot.botUrl} - ${
|
:title="`${bot.botId} - ${bot.botName} - ${bot.botUrl} - ${
|
||||||
botStore.botStores[bot.botId].isBotLoggedIn ? '' : 'Login info expired!'
|
botStore.botStores[bot.botId].isBotLoggedIn ? '' : 'Login info expired!'
|
||||||
}`"
|
}`"
|
||||||
class="d-flex"
|
class="d-flex align-items-center"
|
||||||
@click="botStore.selectBot(bot.botId)"
|
@click="botStore.selectBot(bot.botId)"
|
||||||
>
|
>
|
||||||
<i-mdi-reorder-horizontal v-if="!small" class="handle me-2 fs-4" />
|
<i-mdi-reorder-horizontal v-if="!small" class="handle me-2 fs-4" />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user