mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix search bar
This commit is contained in:
@@ -4385,9 +4385,6 @@
|
|||||||
<input type="file" id="character_import_file" accept=".json, image/png" name="avatar">
|
<input type="file" id="character_import_file" accept=".json, image/png" name="avatar">
|
||||||
<input id="character_import_file_type" name="file_type" class="text_pole" maxlength="999" size="2" value="" autocomplete="off">
|
<input id="character_import_file_type" name="file_type" class="text_pole" maxlength="999" size="2" value="" autocomplete="off">
|
||||||
</form>
|
</form>
|
||||||
<form id="form_character_search_form" action="javascript:void(null);">
|
|
||||||
<input id="character_search_bar" class="text_pole" type="search" placeholder="Search here..." />
|
|
||||||
</form>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@@ -4399,6 +4396,9 @@
|
|||||||
<img src="img/cloud_logo.png">
|
<img src="img/cloud_logo.png">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<form id="form_character_search_form" action="javascript:void(null);">
|
||||||
|
<input id="character_search_bar" class="text_pole" type="search" placeholder="Search here..." />
|
||||||
|
</form>
|
||||||
<div id="rm_print_characters_block"></div>
|
<div id="rm_print_characters_block"></div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@@ -690,8 +690,7 @@ select option:not(:checked) { /* works to color unselected items */
|
|||||||
}
|
}
|
||||||
|
|
||||||
#character_search_bar {
|
#character_search_bar {
|
||||||
width: 90%;
|
font-size: 1em;
|
||||||
font-size: 1.2em;
|
|
||||||
padding-left: 0.75em;
|
padding-left: 0.75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user