sod
sod

The Search Space BETA is out and ready to be installed! 🥳 My latest plug-in will help you in your quest to find long-lost posts and replies on your Micro.blog.

Thanks for testing, and good luck! If you get stuck, I'm here.

Screenshot of a search page. The word app is written in a text field labeled search posts and replies. Three suggestions are shown to the user: app apple, approved appear, and applicable. It's fast! The results are fetched in 0.06 seconds.

|
Embed
Progress spinner
In reply to
amit
amit

@maique Ah, I get it now. I thought it was the search page that was broken. Anyway, you can try the below custom css for now – this just brings it close to the search page styling. I will test this thoroughly before releasing it as a theme upgrade though. Hope this helps.


input[type=search], button{
    background: #fff;
    padding: 0 12px;
    border: 2px solid #eee;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 17px;
    -webkit-appearance: none;
}

input[type=search] {
    width: 270px;
    height: 34px;
    font-size: 13px;
    font-weight: 400;
    padding-left: 12px;
}

|
Embed
Progress spinner