diff --git a/public/css/mobile-styles.css b/public/css/mobile-styles.css index c5e4eb1a7..68534d8a2 100644 --- a/public/css/mobile-styles.css +++ b/public/css/mobile-styles.css @@ -28,15 +28,22 @@ z-index: 30; overflow: hidden; right: 0; - top: 50px; - aspect-ratio: 2 / 3; width: fit-content; max-height: calc(60vh - 60px); max-height: calc(60svh - 60px); max-width: 90vw; max-width: 90svw; left: 50%; - transform: translateX(-50%); + top: 50%; + transform: translateX(-50%) translateY(-50%); + align-items: center; + justify-content: center; + height: fit-content; + width: 100%; + } + + .zoomed_avatar .dragClose { + display: unset; } /* .world_entry_thin_controls, */ @@ -347,15 +354,18 @@ } body:not(.waifuMode) .zoomed_avatar { - - width: fit-content; max-height: calc(60vh - 60px); max-height: calc(60svh - 60px); max-width: 90vw; max-width: 90svw; + left: 50%; + top: 50%; + transform: translateX(-50%) translateY(-50%); + align-items: center; + justify-content: center; + height: fit-content; + width: 100%; } - - } /*portrait mode phones*/ @@ -373,10 +383,13 @@ overflow: hidden; display: none; right: 0; - top: 50px; - aspect-ratio: 2 / 3; left: 50%; - transform: translateX(-50%); + top: 50%; + transform: translateX(-50%) translateY(-50%); + align-items: center; + justify-content: center; + height: fit-content; + width: 100%; } .drawer25pWidth { diff --git a/public/css/toggle-dependent.css b/public/css/toggle-dependent.css index 3f90edc42..30fb33bcf 100644 --- a/public/css/toggle-dependent.css +++ b/public/css/toggle-dependent.css @@ -393,6 +393,7 @@ body.waifuMode .zoomed_avatar { margin: 0 auto; top: 50px; aspect-ratio: 2 / 3; + height: auto; } /* movingUI*/ diff --git a/public/index.html b/public/index.html index a14973c20..2b9a2e82b 100644 --- a/public/index.html +++ b/public/index.html @@ -49,6 +49,7 @@ + @@ -3749,6 +3750,11 @@ Tags as Folders +

Miscellaneous

@@ -5952,8 +5958,16 @@
-
- +
+
+
+
+
+ +