mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Nicer expression list styles
This commit is contained in:
@@ -33,11 +33,15 @@ img.expression {
|
|||||||
|
|
||||||
.expression_list_item {
|
.expression_list_item {
|
||||||
position: relative;
|
position: relative;
|
||||||
max-width: 33%;
|
max-width: 20%;
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
background-color: #515151b0;
|
background-color: #515151b0;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.expression_list_title {
|
.expression_list_title {
|
||||||
@@ -64,6 +68,9 @@ img.expression {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
column-gap: 1rem;
|
column-gap: 1rem;
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: space-evenly;
|
||||||
|
row-gap: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#image_list .success {
|
#image_list .success {
|
||||||
|
Reference in New Issue
Block a user