Updated layout for post hiatus release.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2025-05-16 13:44:53 -06:00
parent 419b755e7a
commit 8e6f40a1b1
8 changed files with 142 additions and 112 deletions

View File

@@ -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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@@ -1,4 +1,7 @@
function successToast(message) {
function returnToGarage() {
window.location.href = '/Home';
}
function successToast(message) {
Swal.fire({
toast: true,
position: "top-end",

View File

@@ -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) {