mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix for expression image grid button styles
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#visual-novel-wrapper .expression-holder {
|
#visual-novel-wrapper .expression-holder {
|
||||||
width: max-content;
|
width: max-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -75,6 +75,7 @@ img.expression.default {
|
|||||||
.expression_list_item {
|
.expression_list_item {
|
||||||
position: relative;
|
position: relative;
|
||||||
max-width: 20%;
|
max-width: 20%;
|
||||||
|
min-width: 100px;
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
background-color: #515151b0;
|
background-color: #515151b0;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
@@ -108,10 +109,16 @@ img.expression.default {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 20%;
|
/* height: 20%; */
|
||||||
padding: 0.25rem;
|
padding: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu_button.expression_list_delete,
|
||||||
|
.menu_button.expression_list_upload {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.expression_list_image {
|
.expression_list_image {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Reference in New Issue
Block a user