Desing and config.examle.js

This commit is contained in:
marijo 2026-06-29 08:00:56 +00:00
parent 33c3eedb3a
commit c1c2e0c080
2 changed files with 7 additions and 1 deletions

1
config.example.js Normal file
View file

@ -0,0 +1 @@
window.ROUTES_SECRET = "change-this-secret";

View file

@ -222,7 +222,7 @@ textarea:focus {
} }
.route-card { .route-card {
overflow: hidden; overflow: visible;
} }
.route-image { .route-image {
@ -269,9 +269,14 @@ textarea:focus {
.route-menu { .route-menu {
position: relative; position: relative;
z-index: 5;
flex: none; flex: none;
} }
.route-menu[open] {
z-index: 50;
}
.route-menu summary { .route-menu summary {
display: grid; display: grid;
width: 2.2rem; width: 2.2rem;