mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-24 20:15:15 +00:00
Fix light styling hickup
This commit is contained in:
parent
1d5bfea6c9
commit
0bb60df867
|
@ -81,7 +81,8 @@
|
||||||
<b-avatar size="2em" button>FT</b-avatar>
|
<b-avatar size="2em" button>FT</b-avatar>
|
||||||
</template>
|
</template>
|
||||||
<span class="ps-3">V: {{ settingsStore.uiVersion }}</span>
|
<span class="ps-3">V: {{ settingsStore.uiVersion }}</span>
|
||||||
<b-dropdown-item to="/settings">Settings</b-dropdown-item>
|
<!-- Link active-class to non-existant class to avoid it getting the "light" active color -->
|
||||||
|
<b-dropdown-item active-class="non-existant" to="/settings">Settings</b-dropdown-item>
|
||||||
<div class="ps-3">
|
<div class="ps-3">
|
||||||
<b-form-checkbox v-model="layoutStore.layoutLocked">Lock layout</b-form-checkbox>
|
<b-form-checkbox v-model="layoutStore.layoutLocked">Lock layout</b-form-checkbox>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user