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>
|
||||
<!-- 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>
|
||||
<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>
|
||||
<hr>
|
||||
</div>
|
||||
@@ -3681,4 +3681,4 @@
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
@@ -1190,6 +1190,7 @@ input[type="file"] {
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
/* row-gap: 5px; */
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
#rm_ch_create_block {
|
||||
@@ -5267,4 +5268,4 @@ body.waifuMode .zoomed_avatar {
|
||||
background-color: var(--SmartThemeBlurTintColor);
|
||||
text-align: center;
|
||||
line-height: 14px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user