mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
Fixed issue with autocomplete field looking super wide in first second of loading on browse page. Still a little wonky
This commit is contained in:
parent
a524ef7de5
commit
ec1a19e7e8
2 changed files with 2 additions and 2 deletions
|
@ -833,7 +833,7 @@ a.tag:hover {
|
||||||
width: 40%;
|
width: 40%;
|
||||||
}
|
}
|
||||||
.browse-page .input-Area {
|
.browse-page .input-Area {
|
||||||
width: 100%;
|
width: auto;
|
||||||
padding: 4px 5px;
|
padding: 4px 5px;
|
||||||
}
|
}
|
||||||
.header-Outro .twitter-typeahead {
|
.header-Outro .twitter-typeahead {
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
<fieldset class="grouping">
|
<fieldset class="grouping">
|
||||||
<label class="text-Label" for="tag">Search by tag:</label>
|
<label class="text-Label" for="tag">Search by tag:</label>
|
||||||
<input class="input-Area typeahead" name="tag" type="text" placeholder="pokemon" value="" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" dir="auto">
|
<input class="input-Area typeahead" name="tag" type="text" placeholder="pokemon" value="" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" dir="auto">
|
||||||
<input style="vertical-align: -5px;margin-left: 4px;" type="submit" class="btn-Action" value="Search">
|
<input style="vertical-align: -4px;margin-left: 4px;" type="submit" class="btn-Action" value="Search">
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue