Archive added

This commit is contained in:
marijo 2026-06-29 08:14:50 +00:00
parent 467f405f32
commit 4ac3380218
2 changed files with 30 additions and 2 deletions

View file

@ -222,9 +222,14 @@ textarea:focus {
}
.route-card {
position: relative;
overflow: visible;
}
.route-card.menu-open {
z-index: 100;
}
.route-image {
min-height: 130px;
background-position: center;
@ -356,6 +361,10 @@ textarea:focus {
opacity: 0.82;
}
.archived-routes-list .route-card.menu-open {
opacity: 1;
}
.empty-state {
padding: 1.5rem 1rem;
text-align: center;