Refactoring: fix rendering of new roads, generated by a split

This commit is contained in:
Pieter Vander Vennet 2023-04-20 01:52:23 +02:00
parent 840990c08b
commit 8eb2c68f79
34 changed files with 443 additions and 333 deletions

View file

@ -1061,6 +1061,10 @@ video {
height: 10rem;
}
.h-80 {
height: 20rem;
}
.max-h-20vh {
max-height: 20vh;
}
@ -1081,6 +1085,10 @@ video {
min-height: 8rem;
}
.w-full {
width: 100%;
}
.w-8 {
width: 2rem;
}
@ -1105,10 +1113,6 @@ video {
width: 1.5rem;
}
.w-full {
width: 100%;
}
.w-screen {
width: 100vw;
}