Skip to content

Commit

Permalink
Возвращает Esc
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaFokina committed May 21, 2024
1 parent 5638d27 commit 4ca23e0
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions src/styles/blocks/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@
gap: 16px;
}

.hotkey__key {
font-family: inherit;
display: none;
}

/* скрываем/показываем горячие клавиши */
.hotkey--close {
display: none;
Expand All @@ -127,20 +132,11 @@
display: none;
}

.hotkey__key {
font-family: inherit;
display: none;
}

@media (width >= 768px) {
.header--open .hotkey--close {
display: none;
}
}

@media (width >= 1024px) {
.hotkey--search, .hotkey__key {
display: inline;
.hotkey__key,
.hotkey--search,
.header--open .hotkey--close {
display: inline-block;
}
}

Expand Down

0 comments on commit 4ca23e0

Please sign in to comment.