Skip to content

Commit

Permalink
#1290 Fix menu toggle icon and settings menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani authored and To-om committed Nov 13, 2020
1 parent e098b5d commit 23169ce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions frontend/app/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -727,3 +727,13 @@ table tr td.task-actions span.action-button {
.observable-flags.inline div {
display: inline;
}

@media (max-width: 991px) {
.main-header .navbar-right a {
color: #777;
}
}

.icon-bar {
background-color: #FFF;
}

0 comments on commit 23169ce

Please sign in to comment.