issues
search
freeCodeCamp
/
forum-theme
Themes that we use on our forums
BSD 3-Clause "New" or "Revised" License
14
stars
30
forks
source link
fix: pad the search box evenly
#127
Closed
huyenltnguyen
closed
6 months ago
huyenltnguyen
commented
6 months ago
Checklist:
[x] I have read
freeCodeCamp's contribution guidelines
.
[x] My pull request has a
descriptive title
(
not
a vague title like
Update index.md
)
This PR:
Adds a right margin to the advanced search button so that the padding of the search box looks even
Replaces an
$i
flag that was added by #124 with class selector (I'm trying to avoid using the
!important
flag)
Screenshot
Before
After
Checklist:
Update index.md
)This PR:
$i
flag that was added by #124 with class selector (I'm trying to avoid using the!important
flag)Screenshot