mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
CSS grid view improvements
This commit is contained in:
@@ -2868,9 +2868,9 @@
|
|||||||
<div class="tags rm_tag_filter"></div>
|
<div class="tags rm_tag_filter"></div>
|
||||||
</div>
|
</div>
|
||||||
<!-- a div containing a dynamically updated count of characters currently displayed -->
|
<!-- a div containing a dynamically updated count of characters currently displayed -->
|
||||||
<div class="flex-container">
|
<div class="flex-container alignitemscenter">
|
||||||
<div id="rm_character_count"></div>
|
<div id="rm_character_count"></div>
|
||||||
<i id="charListGridToggle" class="fa-solid fa-table-cells-large menu_button"></i>
|
<i id="charListGridToggle" class="fa-solid fa-table-cells-large menu_button" title="Toggle character grid view"></i>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -1190,6 +1190,7 @@ input[type="file"] {
|
|||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
/* row-gap: 5px; */
|
/* row-gap: 5px; */
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rm_ch_create_block {
|
#rm_ch_create_block {
|
||||||
|
Reference in New Issue
Block a user