This commit is contained in:
Cohee
2023-06-04 21:41:25 +03:00

View File

@@ -18,7 +18,7 @@
overflow: hidden;
}
#visual-novel-wrapper .expression-holder {
#visual-novel-wrapper .expression-holder {
width: max-content;
}
@@ -75,6 +75,7 @@ img.expression.default {
.expression_list_item {
position: relative;
max-width: 20%;
min-width: 100px;
max-height: 200px;
background-color: #515151b0;
border-radius: 10px;
@@ -108,10 +109,16 @@ img.expression.default {
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 20%;
/* height: 20%; */
padding: 0.25rem;
}
.menu_button.expression_list_delete,
.menu_button.expression_list_upload {
margin-top: 0;
margin-bottom: 0;
}
.expression_list_image {
max-width: 100%;
height: 100%;
@@ -164,4 +171,4 @@ img.expression.default {
div.expression {
display: none;
}
}
}