mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-08-26 05:07:27 -05:00
This commit is contained in:
@@ -73,8 +73,17 @@ html[data-bs-theme="dark"] .money-transfer {
|
||||
// custom Firefly III CSS
|
||||
.general-chart-error {
|
||||
height: 30px;
|
||||
// TODO move picutre
|
||||
background: url('/v1/images/error.png') no-repeat center center;
|
||||
}
|
||||
|
||||
// hide search.
|
||||
body.sidebar-collapse .search-xl {display:none;}
|
||||
body.sidebar-collapse .search-xs {display:block !important;}
|
||||
// show search
|
||||
|
||||
ul.nav:nth-child(1) > li:nth-child(2)
|
||||
|
||||
.piggy-handle {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
id="navigation"
|
||||
x-data="sidebar"
|
||||
>
|
||||
<li class="nav-item">
|
||||
<li class="nav-item search-xl">
|
||||
<form action="{{ route('search.index') }}" method="get" class="pb-2">
|
||||
<div class="form-row align-items-center">
|
||||
<div class="col-auto">
|
||||
@@ -22,6 +22,12 @@
|
||||
</div>
|
||||
</form>
|
||||
</li>
|
||||
<li class="nav-item search-xs" style="display:none;">
|
||||
<a href="{{ route('search.index') }}" class="nav-link {{ \FireflyIII\Support\Blade\Navigation::menuItemActive('search.index') }}">
|
||||
<em class="nav-icon bi bi-search"></em>
|
||||
<p>{{ __('firefly.search') }}</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="{{ route('index') }}" class="nav-link {{ \FireflyIII\Support\Blade\Navigation::menuItemActive('index') }}">
|
||||
<em class="nav-icon bi bi-speedometer"></em>
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
</head>
|
||||
<!--end::Head-->
|
||||
<!--begin::Body-->
|
||||
<body class="layout-fixed sidebar-mini sidebar-expand-lg bg-body-tertiary">
|
||||
<body class="layout-fixed sidebar-mini sidebar-expand-lg sidebar-without-hover bg-body-tertiary">
|
||||
{{-- this entry is in the header so it's loaded early --}}
|
||||
<script type="text/javascript" nonce="{{ $JS_NONCE }}">
|
||||
var forceDemoOff = false;
|
||||
|
||||
Reference in New Issue
Block a user