fix: twig
* couple display fixes
This commit is contained in:
		| @@ -33,7 +33,7 @@ | |||||||
|         {% block page_css %}{% endblock %} |         {% block page_css %}{% endblock %} | ||||||
| 	</head> | 	</head> | ||||||
|  |  | ||||||
| 	<body class="bg-gray-200"> {% block body %}{% endblock %} | 	<body class="g-sidenav-show bg-gray-200"> {% block body %}{% endblock %} | ||||||
| 		{% block javascripts %} | 		{% block javascripts %} | ||||||
| 			<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script> | 			<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script> | ||||||
| 			<script> | 			<script> | ||||||
|   | |||||||
| @@ -6,7 +6,7 @@ | |||||||
| {% block body %} | {% block body %} | ||||||
| 	{{ block('nav', 'internal/libs/nav.html.twig') }} | 	{{ block('nav', 'internal/libs/nav.html.twig') }} | ||||||
|  |  | ||||||
| 	<main class="main-content position-relative max-height-vh-100 h-100 border-radius-lg "> | 	<main class="main-content position-relative max-height-vh-100 h-100 border-radius-lg"> | ||||||
| 		{{ block('topnav', 'internal/libs/top-nav.html.twig') }} | 		{{ block('topnav', 'internal/libs/top-nav.html.twig') }} | ||||||
|  |  | ||||||
| 		<div class='container-fluid py-2'> | 		<div class='container-fluid py-2'> | ||||||
| @@ -50,9 +50,9 @@ | |||||||
| 								<div> | 								<div> | ||||||
| 									<p class='text-sm mb-0 text-capitalize'>Time Travelled</p> | 									<p class='text-sm mb-0 text-capitalize'>Time Travelled</p> | ||||||
| 									<h4 class='mb-0'> | 									<h4 class='mb-0'> | ||||||
|                                         {{ totalTimeTravelled30Days|date("%d:%H:%i'%s''") }} |                                         {{ totalTimeTravelled30Days|date("%a %H:%I'%S''") }} | ||||||
|                                         / |                                         / | ||||||
|                                         {{ totalTimeTravelledYTD|date("%d:%H:%i'%s''") }} |                                         {{ totalTimeTravelledYTD|date("%a %H:%I'%S''") }} | ||||||
|                                     </h4> |                                     </h4> | ||||||
| 								</div> | 								</div> | ||||||
| 								<div class="icon icon-md icon-shape bg-gradient-dark shadow-dark shadow text-center border-radius-lg"> | 								<div class="icon icon-md icon-shape bg-gradient-dark shadow-dark shadow text-center border-radius-lg"> | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| {% block topnav %} | {% block topnav %} | ||||||
| 	<nav class="navbar navbar-main navbar-expand-lg px-0 mx-3 border-radius-xl blur shadow-blur left-auto position-sticky mt-4 top-1 z-index-sticky" id="navbarBlur" data-scroll="true"> | 	<nav class="navbar navbar-main navbar-expand-lg px-0 mx-3 shadow-none border-radius-xl" id="navbarBlur" data-scroll="true"> | ||||||
| 		<div class="container-fluid py-1 px-3"> | 		<div class="container-fluid py-1 px-3"> | ||||||
| 			{{ block('breadcrumb', 'internal/libs/breadcrumb.html.twig') }} | 			{{ block('breadcrumb', 'internal/libs/breadcrumb.html.twig') }} | ||||||
| 			<div class="collapse navbar-collapse mt-sm-0 mt-2 me-md-0 me-sm-4" id="navbar"> | 			<div class="collapse navbar-collapse mt-sm-0 mt-2 me-md-0 me-sm-4" id="navbar"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user