Hide command history when showing help menu

This commit is contained in:
Jorge Manrubia
2025-05-07 17:36:32 +02:00
parent 2503524b7a
commit 970833fd48
+4
View File
@@ -63,6 +63,10 @@
.terminal--open & {
display: flex;
}
.terminal--showing-help & {
display: none;
}
}
.terminal__help {