Updated: Vehicle list hides "Set as default" for default vehicle and improves styling
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 12s

This commit is contained in:
2025-02-01 19:02:24 +01:00
parent 6df1f6574a
commit 652b04bfa1
3 changed files with 11 additions and 2 deletions

View File

@ -27,3 +27,10 @@
align-items: center;
margin-bottom: 1rem;
}
.vehicle-actions {
display: flex;
flex-direction: row;
gap: .5rem;
margin-top: 1rem;
}