Skip to content

Commit

Permalink
Fix button width on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Sep 7, 2023
1 parent 70934be commit c6e58cc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions app/css/components/site-header.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,6 @@ body.keyboard-navigation .nav-element:hover .arrow {
@apply ml-8;
}
}
.auth-buttons + .c-react-wrapper-dropdowns-dropdown {
@apply min-w-[135px] lg:min-w-[0];
}
& .auth-buttons a,
& .explore-menu {
height: 40px;
Expand Down Expand Up @@ -363,3 +360,11 @@ body.namespace-about {
}
}
}

body:not(.controller-pages.action-index) {
#site-header {
.auth-buttons + .c-react-wrapper-dropdowns-dropdown {
@apply min-w-[135px] lg:min-w-[0];
}
}
}

0 comments on commit c6e58cc

Please sign in to comment.