Skip to content

Commit

Permalink
Bug fix for Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamilto authored and spadgett committed Aug 30, 2017
1 parent d12eea3 commit 4435b27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions app/styles/_navbar-vertical.less
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
float: left;
}
.navbar-iconic {
display: flex;
float: right;
margin: 0;
@media(min-width: @screen-sm-min) {
Expand All @@ -66,8 +67,7 @@
}

.drawer-pf-trigger {
display: block;
float: left;
display: inline-block; // workaround for Safari bug
a {
display: block;
}
Expand All @@ -77,9 +77,8 @@
}
> li {
display: none;
float: left;
@media(min-width: @screen-sm-min) {
display: block;
display: inline-block; // workaround for Safari bug
}
}
.nav-item-iconic {
Expand Down
2 changes: 1 addition & 1 deletion app/styles/_system-status.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// Always show system-status if it exists
[extension-name="nav-system-status"] {
display: block !important;
display: inline-block !important;
}

.nav-item-iconic.system-status {
Expand Down

0 comments on commit 4435b27

Please sign in to comment.