helloworld, we added some features to make than the werobot website is ready to prod

This commit is contained in:
GZod01 2024-05-19 08:51:05 +02:00
parent 5d47788f18
commit da6aa94dd0
4 changed files with 27 additions and 5 deletions

View file

@ -15,7 +15,7 @@ body {
}
.drawer-body-scrolling-disabled {
#drawer-toggler:checked ~ body, .drawer-body-scrolling-disabled {
overflow: hidden;
}
@ -65,7 +65,7 @@ body {
}
}
&.drawer-enabled {
&.drawer-enabled, #drawer-toggler ~ body .drawer{
width: 300px;
.drawer-links {
opacity: 1;
@ -79,4 +79,4 @@ body {
padding-right: 1em;
font-size: 1.3em;
}
}
}