mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
placeholder styles for potential waifumode2
This commit is contained in:
@@ -3390,7 +3390,6 @@ body.waifuMode img.expression {
|
||||
max-width: 100%;
|
||||
max-height: 90vh;
|
||||
vertical-align: bottom;
|
||||
width: : calc(var(--sheldWidth) /2 -(calc(var(--sheldWidth) / 2)));
|
||||
}
|
||||
|
||||
body.waifuMode #sheld {
|
||||
@@ -3402,7 +3401,6 @@ body.waifuMode #sheld {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
/* bottom: 0; */
|
||||
top: 41px;
|
||||
margin: 0 auto;
|
||||
z-index: 2;
|
||||
@@ -3414,6 +3412,40 @@ body.waifuMode #chat {
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
/*styles for potential variant of WaifuMode sheld 50% waifu, 50% chat*/
|
||||
/*
|
||||
body.waifuMode2 #sheld {
|
||||
display: grid;
|
||||
grid-template-rows: auto min-content;
|
||||
height: calc(100svh - 42px);
|
||||
overflow-x: hidden;
|
||||
max-width: calc(var(--sheldWidth) /2);
|
||||
position: absolute;
|
||||
right: calc((100vw - var(--sheldWidth))/2);
|
||||
top: 41px;
|
||||
margin: 0 auto;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
body.waifuMode2 .expression-holder {
|
||||
max-height: 90vh;
|
||||
max-width: calc(var(--sheldWidth)/2);
|
||||
position: fixed;
|
||||
left: calc((100vw - var(--sheldWidth))/2);
|
||||
right: auto;
|
||||
bottom: 0;
|
||||
filter: drop-shadow(2px 2px 2px #51515199);
|
||||
transition: 500ms;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
body.waifuMode2 img.expression {
|
||||
max-width: 100%;
|
||||
max-height: 90vh;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
*/
|
||||
|
||||
/*this part only only applies to iOS devices*/
|
||||
@supports (-webkit-touch-callout: none) {
|
||||
body {
|
||||
|
Reference in New Issue
Block a user