mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-24 20:15:15 +00:00
feat: improve mobile header style
Some checks are pending
FreqUI CI / build (18, ubuntu-22.04) (push) Waiting to run
FreqUI CI / build (20, ubuntu-22.04) (push) Waiting to run
FreqUI CI / build (22, ubuntu-22.04) (push) Waiting to run
FreqUI CI / build (23, ubuntu-22.04) (push) Waiting to run
FreqUI CI / docker (linux/amd64) (push) Blocked by required conditions
FreqUI CI / docker (linux/arm/v6) (push) Blocked by required conditions
FreqUI CI / docker (linux/arm/v7) (push) Blocked by required conditions
FreqUI CI / docker (linux/arm64) (push) Blocked by required conditions
FreqUI CI / docker-merge (push) Blocked by required conditions
Some checks are pending
FreqUI CI / build (18, ubuntu-22.04) (push) Waiting to run
FreqUI CI / build (20, ubuntu-22.04) (push) Waiting to run
FreqUI CI / build (22, ubuntu-22.04) (push) Waiting to run
FreqUI CI / build (23, ubuntu-22.04) (push) Waiting to run
FreqUI CI / docker (linux/amd64) (push) Blocked by required conditions
FreqUI CI / docker (linux/arm/v6) (push) Blocked by required conditions
FreqUI CI / docker (linux/arm/v7) (push) Blocked by required conditions
FreqUI CI / docker (linux/arm64) (push) Blocked by required conditions
FreqUI CI / docker-merge (push) Blocked by required conditions
This commit is contained in:
parent
01f7938213
commit
2b6c3b0a5a
|
@ -161,15 +161,15 @@ watch(
|
|||
<ReloadControl class="me-3" title="Confirm Dialog deactivated." />
|
||||
</div>
|
||||
<li
|
||||
class="d-none d-sm-flex flex-sm-wrap flex-lg-nowrap align-items-center nav-item text-secondary me-2"
|
||||
class="d-none d-md-flex flex-md-wrap flex-lg-nowrap align-items-center nav-item text-secondary me-2"
|
||||
>
|
||||
<BNavText class="verticalCenter small me-2">
|
||||
<BNavText class="small me-2">
|
||||
{{
|
||||
(botStore.activeBotorUndefined && botStore.activeBotorUndefined.botName) ||
|
||||
'No bot selected'
|
||||
}}
|
||||
</BNavText>
|
||||
<BNavText v-if="botStore.botCount === 1" class="verticalCenter">
|
||||
<BNavText v-if="botStore.botCount === 1">
|
||||
{{
|
||||
botStore.activeBotorUndefined && botStore.activeBotorUndefined.isBotOnline
|
||||
? 'Online'
|
||||
|
@ -179,7 +179,7 @@ watch(
|
|||
</li>
|
||||
<li v-if="botStore.hasBots" class="nav-item">
|
||||
<!-- Hide dropdown on xs, instead show below -->
|
||||
<BNavItemDropdown id="avatar-drop" right auto-close class="d-none d-sm-block">
|
||||
<BNavItemDropdown id="avatar-drop" right auto-close class="d-none d-md-block">
|
||||
<template #button-content>
|
||||
<BAvatar size="2em" button>FT</BAvatar>
|
||||
</template>
|
||||
|
@ -198,11 +198,11 @@ watch(
|
|||
</BDropdownItem>
|
||||
</template>
|
||||
</BNavItemDropdown>
|
||||
<div class="d-block d-sm-none">
|
||||
<div class="d-block d-md-none">
|
||||
<!-- Visible only on XS -->
|
||||
<!-- <li class="nav-item text-secondary ms-2 d-sm-none d-flex justify-content-between">
|
||||
<div class="d-flex">
|
||||
<b-nav-text class="verticalCenter small me-2">
|
||||
<b-nav-text class="small me-2">
|
||||
{{
|
||||
(botStore.activeBotorUndefined && botStore.activeBotorUndefined.botName) ||
|
||||
'No bot selected'
|
||||
|
|
Loading…
Reference in New Issue
Block a user