Styling fixes.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-12-13 10:59:53 -07:00
parent d31a4aeea3
commit 0b5f007327
2 changed files with 6 additions and 1 deletions

View File

@@ -24,7 +24,7 @@
</div>
</div>
}
<div class="row gy-3 align-items-stretch vehiclesContainer">
<div class="row gy-3 align-items-stretch vehiclesContainer @(recordTags.Any() ? "" : "mt-2")">
@foreach (VehicleViewModel vehicle in Model)
{
@if (!(userConfig.HideSoldVehicles && !string.IsNullOrWhiteSpace(vehicle.SoldDate)))

View File

@@ -291,6 +291,11 @@ html {
position: absolute;
}
.table-context-menu > li > .dropdown-item:hover {
background-color: rgba(var(--bs-primary-rgb)) !important;
color: #fff !important;
}
html[data-bs-theme="dark"] .table-context-menu {
background-color: rgba(33, 37, 41, 0.7);
backdrop-filter: blur(10px);