- correct centering for waifumode PC

- remove transition from #chat
- better swipe animations
- standardized naming for animation variables
This commit is contained in:
RossAscends
2023-04-21 04:26:03 +09:00
parent 330a8cd1d6
commit 38e6b0498d
2 changed files with 34 additions and 35 deletions

View File

@@ -266,7 +266,7 @@ code {
-webkit-backdrop-filter: blur(var(--SmartThemeBlurStrength));
text-shadow: #000 0 0 3px;
scrollbar-width: thin;
transition: all 1s ease-in-out;
/* transition: all 1s ease-in-out; */
flex-direction: column;
z-index: 3;
}
@@ -3320,8 +3320,8 @@ body.waifuMode .expression-holder {
max-width: 90vw;
height: 90vh;
width: fit-content;
position: absolute;
left: calc(100vw / 3);
position: unset;
margin: 0 auto;
bottom: 0;
filter: drop-shadow(2px 2px 2px #51515199);
z-index: 1;
@@ -3630,4 +3630,4 @@ body.movingUI #expression-holder {
overflow-y: auto;
overflow-x: hidden;
}
}
}