Skip to content

Commit

Permalink
fix: pad the search box evenly (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
huyenltnguyen authored Apr 23, 2024
1 parent 8e9fbc8 commit c067e95
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ a.curriculum-nav:focus {
.btn:hover .d-icon,
.btn .d-icon,
.btn-primary .d-icon {
color: inherit $i;
color: inherit;
}

.d-header-icons .badge-notification {
Expand Down Expand Up @@ -863,6 +863,14 @@ div.select-kit-header {
#search-term:focus-visible {
outline: none $i;
}

.btn.show-advanced-search {
margin-right: 0.5em;
}

.btn.show-advanced-search .d-icon {
color: inherit;
}
}

.topic-body .contents details {
Expand Down

0 comments on commit c067e95

Please sign in to comment.