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