Desing and config.examle.js
This commit is contained in:
parent
33c3eedb3a
commit
c1c2e0c080
2 changed files with 7 additions and 1 deletions
1
config.example.js
Normal file
1
config.example.js
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
window.ROUTES_SECRET = "change-this-secret";
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue