expressions only flex center on waifu mode,

otherwise sit in left margin
This commit is contained in:
RossAscends
2023-04-22 03:28:00 +09:00
parent b47b13b7ba
commit dfe3801f79
2 changed files with 4 additions and 1 deletions

View File

@@ -8,7 +8,6 @@
display: flex;
height: calc(100vh - 40px);
width: 100vw;
justify-content: center;
}
.expression-holder {

View File

@@ -3315,6 +3315,10 @@ body.waifuMode #chat {
border-radius: 20px 20px 0 0;
}
body.waifuMode #expression-wrapper {
justify-content: center;
}
body.waifuMode .expression-holder {
max-height: 90vh;
max-width: 90vw;