[Chore] Config Page: VR: Position, Rotation label's position to a bit above.

This commit is contained in:
Sakamoto Shiina
2024-12-17 02:02:12 +09:00
parent 04b746923c
commit 857c28db22

View File

@@ -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%;