mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	CSS fixes (hide overflow, sprites interactable)
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
{{#each images}}
 | 
			
		||||
<div class="expression_list_item" data-expression="{{../expression}}" data-expression-type="{{this.type}}" data-filename="{{this.fileName}}">
 | 
			
		||||
<div class="expression_list_item interactable" data-expression="{{../expression}}" data-expression-type="{{this.type}}" data-filename="{{this.fileName}}">
 | 
			
		||||
    <div class="expression_list_buttons">
 | 
			
		||||
        <div class="menu_button expression_list_upload" title="Upload image">
 | 
			
		||||
            <i class="fa-solid fa-upload"></i>
 | 
			
		||||
 
 | 
			
		||||
@@ -109,6 +109,7 @@ img.expression.default {
 | 
			
		||||
    flex-direction: column;
 | 
			
		||||
    align-items: center;
 | 
			
		||||
    justify-content: center;
 | 
			
		||||
    overflow: hidden;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.expression_list_title {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user