Inconsistent search box on Manjaro forum home page

Is this happening to just me or …


The search box is larger in height than search icon.

1 Like

same here(i don’t mind it).

How do you get to that screen, because if I click on the magnifying glass (1), a bar shows up just underneath it (2) like this:

2021-08-02_15-59

:thinking:

The one I posted is on the homepage of the forum (Manjaro Linux Forum). :sweat_smile:

1 Like

Seems like the Forum Homepage search box is normal now. :grin:

Not yet in Dark2 Manjaro theme:
image

dark theme - yes it is - I don’t care.

For the Manjaro Dark2 Material Theme, the CSS of the theme has to be edited, so that the search input tag has max-height: 45px; (just like the white theme):

.custom-search-banner-wrap .search-input #search-term {
    padding: 1.5em;
    max-width: 30em;
    border: 0px;
    background: #191919;
    border-radius: 4px 0px 0px 4px;
    color: #fff;
    font-weight: 900;
    max-height: 45px;
}
2 Likes

I do not use the dark theme, but this should solve the problem. Therefore, until and unless the inconsistency in the search box in dark themes is fixed by Manjaro Team (I gues), I am marking this post as solution :slightly_smiling_face:. Please reply if I am wrong :sweat_smile:

This is now fixed.

3 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.