Updated layout for post hiatus release.
This commit is contained in:
@@ -242,6 +242,18 @@ html {
|
||||
background-color: #0d6efd;
|
||||
}
|
||||
|
||||
.lubelogger-navbar {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.lubelogger-tab {
|
||||
border:none;
|
||||
}
|
||||
|
||||
.lubelogger-tab .nav-link {
|
||||
border: none;
|
||||
}
|
||||
|
||||
/*Media Queries*/
|
||||
@media (max-width: 576px) {
|
||||
.lubelogger-tab {
|
||||
@@ -298,10 +310,6 @@ html {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.lubelogger-navbar {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.lubelogger-navbar-button {
|
||||
display: none;
|
||||
}
|
||||
@@ -500,7 +508,8 @@ html[data-bs-theme="light"] .api-method:hover {
|
||||
|
||||
.lubelogger-logo {
|
||||
height: 48px;
|
||||
width: 204px;
|
||||
min-width: 48px;
|
||||
max-width: 204px;
|
||||
object-fit: scale-down;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
BIN
wwwroot/defaults/lubelogger_logo_small.png
Normal file
BIN
wwwroot/defaults/lubelogger_logo_small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
@@ -1,4 +1,7 @@
|
||||
function successToast(message) {
|
||||
function returnToGarage() {
|
||||
window.location.href = '/Home';
|
||||
}
|
||||
function successToast(message) {
|
||||
Swal.fire({
|
||||
toast: true,
|
||||
position: "top-end",
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
function returnToGarage() {
|
||||
window.location.href = '/Home';
|
||||
}
|
||||
$(document).ready(function () {
|
||||
$(document).ready(function () {
|
||||
var vehicleId = GetVehicleId().vehicleId;
|
||||
//bind tabs
|
||||
$('button[data-bs-toggle="tab"]').on('show.bs.tab', function (e) {
|
||||
|
||||
Reference in New Issue
Block a user