mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-19 21:50:39 +01:00
Fix h-centering of mobile zoomed avatars
This commit is contained in:
parent
95df016d57
commit
8797508aa3
@ -23,9 +23,7 @@
|
||||
filter: drop-shadow(2px 2px 2px #51515199);
|
||||
z-index: 30;
|
||||
overflow: hidden;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0 auto;
|
||||
top: 50px;
|
||||
aspect-ratio: 2 / 3;
|
||||
width: fit-content;
|
||||
@ -33,6 +31,8 @@
|
||||
max-height: calc(60svh - 60px);
|
||||
max-width: 90vw;
|
||||
max-width: 90svw;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
/* .world_entry_thin_controls, */
|
||||
@ -354,11 +354,11 @@
|
||||
z-index: 30;
|
||||
overflow: hidden;
|
||||
display: none;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0 auto;
|
||||
top: 50px;
|
||||
aspect-ratio: 2 / 3;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
.drawer25pWidth {
|
||||
|
Loading…
x
Reference in New Issue
Block a user