Skip to content
Snippets Groups Projects
Commit bd06b63c authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Merge branch '170-on-small-screens-the-left-menu-does-not-appear' into 'preview'

fix disappering menu icon

Closes #170

See merge request !390
parents a1d7f786 c1eff3af
No related branches found
No related tags found
3 merge requests!412Manual attempt to merge preview into main,!402Solved issue-194. Added missing information regarding usage of SSH config for...,!390fix disappering menu icon
...@@ -137,23 +137,6 @@ strong { ...@@ -137,23 +137,6 @@ strong {
width: 125px; width: 125px;
} }
.md-header__button.md-icon {
display: flex;
justify-content: center;
align-items: center;
}
@media screen and (min-width: 76.25rem) {
.md-header__button.md-icon {
display: none;
}
}
@media screen and (min-width: 60rem) {
.md-header__button.md-icon {
display: none;
}
}
/* toc */ /* toc */
/* operation-status */ /* operation-status */
.operation-status-logo { .operation-status-logo {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment