SlaveryImages / SlaveryImages.org

0 stars 0 forks source link

fix landing page search #65

Open saracarl opened 5 years ago

benwbrum commented 5 years ago

keep it above the image sets, add the search button, make sure it works.

benwbrum commented 5 years ago

The problem is a "search toggle" button getting rendered over the form. Disable this:

#search-form+button.search-toggle {
    bottom: 0;
    position: absolute;
    width: 36px;
    height: 36px;
    border-bottom: 0;
    color: #b8b8b8;
    display: none;  # <-- Add this line
}