Skip to content

Commit

Permalink
Normalize styles for dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite committed Mar 4, 2024
1 parent a040068 commit ecc6272
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ header .logo .logo-image {

.dropdown-content a {
color: black;
padding: 12px 16px;
padding: 14px 18px;
text-decoration: none;
display: block;
}
Expand Down Expand Up @@ -1075,7 +1075,7 @@ input[type="checkbox"] {

.sort-options > ul > li {
list-style: none;
padding: 10px 35px 10px 10px;
padding: 14px 35px 14px 18px;
border-bottom: 1px solid #DDD;
cursor: pointer;
}
Expand Down Expand Up @@ -1358,11 +1358,11 @@ input[type="checkbox"] {
width: 220px;
background-color: #fff;
border: 1px solid #eee;
border-radius: 16px;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
z-index: 3;
overflow: hidden;
margin-top: 10px;
margin-top: 4px;
}

.filtermenu-content.is-open {
Expand All @@ -1377,7 +1377,6 @@ input[type="checkbox"] {
font-weight: 500;
border-bottom: 1px solid #DDD;
user-select: none;
font-size: 18px;
}

.filtermenu-content .filtermenu-submenu:last-of-type .filter-title {
Expand Down

0 comments on commit ecc6272

Please sign in to comment.