Skip to content

Can someone help me with something a little specific? #264

Closed Answered by victrme
osama9119 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @huzaif2636 :)

I had to change the HTML/CSS of the search bar because it wasn't working well with right-to-left languages. The issue here is that your CSS copies some of the outdated styling. I essentially moved some background and border properties from #searchbar to #searchbar-wrapper.

As @Gitoffthelawn pointed out, some parts of your CSS are not valid, but it is old styling anyways. Here is a quick fix replacing your old CSS:

#interface #sb_container #searchbar:hover,
#interface #sb_container #searchbar:focus {
    width: 25em;
}

#interface #sb_container #searchbar {
    /* no need for padding now */
    width: 15em;
    height: 3em;
    color: #F6F6F6;
    font-size: 1.4em;
    f…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@osama9119
Comment options

Comment options

You must be logged in to vote
1 reply
@osama9119
Comment options

Answer selected by osama9119
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants