Skip to content

Commit

Permalink
styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrim Jain authored and Agrim Jain committed May 27, 2024
1 parent d86343c commit f15e588
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,18 @@
.dropdown__menu {
position: fixed;
display: flex;
top: 80px;
top: 93px !important;
left: 0px;
padding-right: 100px;
padding-right: 5.5%;
width: 100vw;
min-width: 1280px;
min-width: 997px;
padding-bottom: 32px;
flex-direction: column;
align-items: center;
gap: 24px;
background-color: var(--ifm-navbar-background-color);
box-shadow: var(--ifm-navbar-shadow);
overscroll-behavior-y: contain;
overflow-y: auto;
align-items: flex-end;
z-index: 999;
}

.navbar__items--right .dropdown__link {
Expand All @@ -43,9 +40,11 @@
}

.dropdown {
height: 72px;
position: relative !important;
top: 25px;
background-image: url('/img/language-switcher.svg');
background-repeat: no-repeat;
display: flex;
padding: 2px 22px;
align-items: center;
gap: 4px;
Expand Down

0 comments on commit f15e588

Please sign in to comment.