mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-24 03:55:15 +00:00
feat: improve mobile style
This commit is contained in:
parent
5d7120d1ca
commit
a4d7e34ac2
|
@ -98,10 +98,10 @@ watch(
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<header>
|
<header>
|
||||||
<BNavbar toggleable="sm" dark variant="primary">
|
<BNavbar toggleable="md" dark variant="primary">
|
||||||
<RouterLink class="navbar-brand" exact to="/">
|
<RouterLink class="navbar-brand" exact to="/">
|
||||||
<img class="logo" src="@/assets/freqtrade-logo.png" alt="Home Logo" />
|
<img class="logo" src="@/assets/freqtrade-logo.png" alt="Home Logo" />
|
||||||
<span class="navbar-brand-title d-sm-none d-md-inline">Freqtrade UI</span>
|
<span class="navbar-brand-title d-sm-none d-lg-inline">Freqtrade UI</span>
|
||||||
</RouterLink>
|
</RouterLink>
|
||||||
|
|
||||||
<!-- TODO: For XS breakpoint, this should be here... -->
|
<!-- TODO: For XS breakpoint, this should be here... -->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user