Skip to content

Commit

Permalink
Fixed navbar responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbena committed Feb 28, 2019
1 parent 194f452 commit 7fba487
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions client/app/assets/less/redash/redash-newstyle.less
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,12 @@ body {
}
}

.navbar-link-ANGULAR_REMOVE_ME {
line-height: 18px;
padding: 16px 15px;
display: block;
}

.navbar-link-ANGULAR_REMOVE_ME,
.navbar-default .navbar-nav > li > a {
color: #000;
Expand All @@ -659,6 +665,13 @@ body {
&:active, &:hover, &:focus {
color: #000;
}

@media (max-width: 880px) {
& {
padding-left: 10px;
padding-right: 10px;
}
}
}

.navbar-default .btn__new button {
Expand All @@ -671,12 +684,6 @@ body {
//border-radius: 0;
}

.navbar-link-ANGULAR_REMOVE_ME {
line-height: 18px;
padding: 16px 15px;
display: block;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background-color: fade(@redash-gray, 15%);
color: #111;
Expand Down

0 comments on commit 7fba487

Please sign in to comment.