Hide command history when showing help menu
This commit is contained in:
@@ -63,6 +63,10 @@
|
||||
.terminal--open & {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.terminal--showing-help & {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.terminal__help {
|
||||
|
||||
Reference in New Issue
Block a user