mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
expressions only flex center on waifu mode,
otherwise sit in left margin
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
height: calc(100vh - 40px);
|
height: calc(100vh - 40px);
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
justify-content: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.expression-holder {
|
.expression-holder {
|
||||||
|
@@ -3315,6 +3315,10 @@ body.waifuMode #chat {
|
|||||||
border-radius: 20px 20px 0 0;
|
border-radius: 20px 20px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.waifuMode #expression-wrapper {
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
body.waifuMode .expression-holder {
|
body.waifuMode .expression-holder {
|
||||||
max-height: 90vh;
|
max-height: 90vh;
|
||||||
max-width: 90vw;
|
max-width: 90vw;
|
||||||
|
Reference in New Issue
Block a user