From 857c28db226af637196ffbfa9816e2f10933da61 Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Tue, 17 Dec 2024 02:02:12 +0900 Subject: [PATCH] [Chore] Config Page: VR: Position, Rotation label's position to a bit above. --- .../setting_section/setting_box/vr/Vr.module.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src-ui/app/config_page/setting_section/setting_box/vr/Vr.module.scss b/src-ui/app/config_page/setting_section/setting_box/vr/Vr.module.scss index fe7b244d..eb4b88e3 100644 --- a/src-ui/app/config_page/setting_section/setting_box/vr/Vr.module.scss +++ b/src-ui/app/config_page/setting_section/setting_box/vr/Vr.module.scss @@ -76,7 +76,7 @@ } .y_position_label { position: absolute; - top: -27%; + top: -36%; left: 10%; } .z_position_label { @@ -123,7 +123,7 @@ .x_rotation_label { position: absolute; - top: -27%; + top: -36%; left: 10%; } .y_rotation_label { @@ -156,7 +156,7 @@ .z_rotation_slider { position: absolute; - bottom: 90%; + bottom: 80%; left: 100%; transform: translate(50%,50%) rotate(-45deg); width: 0%;