Keyboard handler, recursively open folders upwards

This commit is contained in:
Magnus Åhall 2026-02-25 15:19:56 +01:00
parent 3763367510
commit fc82a299f8
2 changed files with 66 additions and 7 deletions

View file

@ -175,6 +175,13 @@ button {
user-select: none;
display: flex;
&.created {
* {
color: #44aa00 !important;
font-weight: bold;
}
}
.subdomains {
display: none;
}