Skip to content

Commit

Permalink
Small update to #lexa-navbar-scrolled-only.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Aug 5, 2024
1 parent 57686ee commit 7ae7e7c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scss/lexa.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,16 @@
// Avoid conflict with drawers.
z-index: $zindex-sticky;

.navbar-row {
.navbar-row,
#lexa-navbar-scrolled-only {
height: $navbar-height / 2;
max-height: $navbar-height / 2;
}

#lexa-navbar-scrolled-only {
overflow-y: hidden;
}

.navbar-brand {
.logo {
max-height: calc(#{$navbar-height / 2} - (#{$primary-nav-padding-y} * 2));
Expand All @@ -73,11 +78,6 @@
border-right: 1px solid $border-color;
}

#lexa-navbar-scrolled-only {
height: #{$navbar-height / 2};
max-height: #{$navbar-height / 2};
}

.count-container {
border-radius: 90px;
font-size: 0.55rem;
Expand Down

0 comments on commit 7ae7e7c

Please sign in to comment.